From 9336d654c76c8c9d3a2bd4a99d86109aa4411da5 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 20:38:20 -0500 Subject: [PATCH] fix paddings bigger thumb --- less/topic.less | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/less/topic.less b/less/topic.less index afad9af..4b1ae5c 100644 --- a/less/topic.less +++ b/less/topic.less @@ -555,14 +555,16 @@ margin-right: 3px; .scroller-thumb { - height: 30px; + height: 40px; position: relative; right: -6px; + padding-right: 15px; + margin-right: -15px; cursor: pointer; .scroller-thumb-icon { width: 9px; - height: 30px; + height: 40px; background-color: @brand-primary; position: relative; display: inline-block; @@ -572,7 +574,7 @@ font-weight: bolder; user-select: none; position: relative; - top: -10px; + top: -15px; padding-right: 10px; } }