From 64720e1a16ac196e3345a4577e600b67eb821ae3 Mon Sep 17 00:00:00 2001 From: soup-bowl Date: Fri, 26 Jan 2024 17:56:10 +0000 Subject: [PATCH] Removal instructions if desired --- IE6/chrome/toolbars.css | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/IE6/chrome/toolbars.css b/IE6/chrome/toolbars.css index 9b8b264..e3c221e 100644 --- a/IE6/chrome/toolbars.css +++ b/IE6/chrome/toolbars.css @@ -21,6 +21,7 @@ border-bottom: 1px solid #86929e !important; } +/* ! Menu padding - remove these lines if you wish to remove the menu button. */ #main-window[uidensity="compact"] #nav-bar { padding-right: 14px !important; } @@ -33,6 +34,7 @@ #main-window[uidensity="touch"] #nav-bar { padding-right: 20px !important; } +/* ! Menu padding */ toolbar:not(#TabsToolbar):not(#toolbar-menubar):not(#nav-bar) { -moz-appearance: none !important; diff --git a/README.md b/README.md index 0c384be..baf2f1f 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ If done correctly, you Firefox will now be skinned with Modern Modoki. **Please #PanelUI-button { display: none !important; } ``` -And comment out **lines 24 to 35** of **toolbars.css**. +And comment out **lines 24 to 37** of **toolbars.css**. ## 🌟 Credits