From cbd6cf7dfbbd834e6dd766df20865a571618abc7 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 29 Sep 2020 17:15:48 +0200 Subject: [PATCH] Improve cursor alignment in history mode --- customize.dist/src/less2/include/toolbar-history.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/src/less2/include/toolbar-history.less b/customize.dist/src/less2/include/toolbar-history.less index 606ab33e5..261933e1c 100644 --- a/customize.dist/src/less2/include/toolbar-history.less +++ b/customize.dist/src/less2/include/toolbar-history.less @@ -192,8 +192,8 @@ //background: @pos-color; position: absolute; &:before { - margin-top: -17px; - font-size: 24px; + margin-top: -16px; + font-size: 23px; position: absolute; left: ~"calc(50% - 6px)"; }