From ef136d3b414c2b80b04633672cf90343aefd7f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 4 Dec 2020 13:01:29 -0500 Subject: [PATCH] fix: nav changes --- less/topic.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/less/topic.less b/less/topic.less index a31e454..33e94a9 100644 --- a/less/topic.less +++ b/less/topic.less @@ -551,7 +551,7 @@ background-color: @gray-lighter; .scroller-thumb { width: 9px; - height: 20px; + height: 30px; background-color: @brand-primary; position: relative; left: -3px; @@ -560,6 +560,9 @@ .thumb-text { font-weight: bolder; margin-left: 20px; + user-select: none; + position: relative; + top: 5px; } } }