From 0985dbf5b608de1a0d5b961566a448ba3759d254 Mon Sep 17 00:00:00 2001 From: McMatts Date: Fri, 8 Mar 2019 15:51:36 +0000 Subject: [PATCH] Improve doc table of contents font sizing --- gui/app/styles/core/view/document/sidebar-toc.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gui/app/styles/core/view/document/sidebar-toc.scss b/gui/app/styles/core/view/document/sidebar-toc.scss index 9a728229..d38e3f6b 100644 --- a/gui/app/styles/core/view/document/sidebar-toc.scss +++ b/gui/app/styles/core/view/document/sidebar-toc.scss @@ -25,14 +25,14 @@ > .index-list { padding: 0; list-style: none; - font-size: 0.9rem; + font-size: 1rem; overflow-x: hidden; list-style-type: none; margin: 0 0 0 0; .item { @extend .no-select; - padding: 4px 0; + padding: 5px 0; text-overflow: ellipsis; word-wrap: break-word; white-space: nowrap; @@ -40,7 +40,7 @@ > .link { color: map-get($gray-shades, 800); - font-weight: 400; + font-weight: 500; &:hover { color: map-get($yellow-shades, 600); @@ -51,6 +51,7 @@ font-weight: 500; display: inline-block; margin-right: 10px; + font-size: 0.9rem; } }