From e0904f80ca38d624ae01e510c9ef8fd94bc0851b Mon Sep 17 00:00:00 2001 From: Amr Saraya Date: Tue, 18 Jun 2019 04:50:02 +0200 Subject: [PATCH] Reduce bookmarks height for low resolution screens --- theme/parts/toolbox.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/parts/toolbox.css b/theme/parts/toolbox.css index f4f923e..ff289e1 100755 --- a/theme/parts/toolbox.css +++ b/theme/parts/toolbox.css @@ -36,7 +36,7 @@ } #PersonalToolbar { padding-top: 2px !important; - height: 38px; + height: 32px; } /* Overrides: Remove border below the menu bar / above the header bar */