From b1816e51b3bf06924531ca5715a42714e3d1af2d Mon Sep 17 00:00:00 2001 From: Carson Date: Thu, 2 Jul 2020 10:09:11 -0500 Subject: [PATCH] Fix modern handle sizing and grid text positioning --- less/skins/modern.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/less/skins/modern.less b/less/skins/modern.less index 0bc5748..984e8be 100644 --- a/less/skins/modern.less +++ b/less/skins/modern.less @@ -67,8 +67,8 @@ position: absolute; display: block; top: -4px; left: 1px; - width: (@handle_width - 6px); - height: (@handle_width - 6px); + width: (@handle_width - 4px); + height: (@handle_width - 4px); border: 1px solid darken(@line_color, 15%); background: @handle_color_2; transform: rotate(45deg); @@ -158,6 +158,7 @@ } &-text { + bottom: 5px; color: @grid_color_2; font-size: 13px; }