From 71f0793373feabb0017c6f8ce83b645a5ddde624 Mon Sep 17 00:00:00 2001 From: zcake Date: Sun, 7 Feb 2021 15:25:40 +0800 Subject: [PATCH] add padding between tab bar and url bar --- chrome/ch2.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chrome/ch2.css b/chrome/ch2.css index 75286be..ab5e562 100644 --- a/chrome/ch2.css +++ b/chrome/ch2.css @@ -6,9 +6,10 @@ #TabsToolbar { margin-bottom: 0px !important; padding-bottom: 2px !important; - margin-left: 25vw !important; + margin-left: 26vw !important; max-height: 32px !important; } + #nav-bar[inFullscreen="true"] { display:none!important; } #TabsToolbar[inFullscreen="true"] { display:none!important; } #navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10} @@ -46,4 +47,4 @@ #pocket-button{display: none !important;} .urlbar-icon{display: none !important;} .urlbar-input-box {margin-left: 1vw !important;} -#page-action-buttons{display: none !important;} \ No newline at end of file +#page-action-buttons{display: none !important;}