From 798ffac16c7198c444be9bd8a277e92c170985ab Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sat, 29 Nov 2008 15:22:02 +0100 Subject: [PATCH] improve collapsed grippy display in LCARStrek --- LCARStrek/global/toolbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCARStrek/global/toolbar.css b/LCARStrek/global/toolbar.css index c01dce7d..13655f9e 100644 --- a/LCARStrek/global/toolbar.css +++ b/LCARStrek/global/toolbar.css @@ -111,7 +111,7 @@ toolbargrippy[tbgrippy-collapsed="true"] { /* height gets set to the width of the uncollapsed grippy by default so use !important to force all to the same smaller height */ height: 10px !important; - min-height: 11px; + min-height: 10px; } .collapsed-tray-spacer { -- 2.35.3