From 31a36cea04d7386edde3a119632e47c7e531b13f Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Fri, 6 May 2016 00:28:59 +0200 Subject: [PATCH] Improve Help dialog font spacing --- extension/skin/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extension/skin/style.css b/extension/skin/style.css index f07ad9d..78aec30 100644 --- a/extension/skin/style.css +++ b/extension/skin/style.css @@ -209,15 +209,16 @@ toolbarpaletteitem[place="palette"] > #VimFxButton { display: inline; margin-right: 0.5ch; color: #349938; + font-family: Helvetica, Arial, Verdana, sans-serif; font-style: italic; - letter-spacing: -0.06em; + letter-spacing: -0.035em; text-shadow: 0.04em 0.02em black; } #VimFxHelpDialogContainer .logo::before { content: 'ım'; margin-left: -0.15em; - padding-left: 1.34ch; + padding-left: 1.67ch; background: url(icon128.png) no-repeat; background-size: contain; } @@ -305,8 +306,7 @@ toolbarpaletteitem[place="palette"] > #VimFxButton { #VimFxHelpDialogContainer .description { float: right; - /* The space to the left should be wide enough to fit ``. */ - width: calc(100% - 3.5em); + width: calc(100% - 3.7em); } #VimFxHelpDialogContainer .search-input { -- 2.39.3