dotfiles

Dotfiles for my OpenBSD environment.
git clone https://git.mtkn.jp/dotfiles
Log | Files | Refs

commit 37f3af392b55d20841ebf94d14dc3bced94b4e85
parent 6e0972ec87f1b201e9bc15c527fb7aa0a11dfad4
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Sat,  7 Dec 2024 13:56:54 +0900

update userChrome.css

Diffstat:
Mfirefox/userChrome.css | 40++++++++++++++++++++++++++++++++--------
1 file changed, 32 insertions(+), 8 deletions(-)

diff --git a/firefox/userChrome.css b/firefox/userChrome.css @@ -1,11 +1,35 @@ /* chrome://browser/content/browser.xhtml */ #navigator-toolbox { - font-size: 12px; - max-height: 0; - overflow: hidden; -} -#navigator-toolbox:hover, -#navigator-toolbox:focus-within { - max-height: 100px; - overflow: visible; + display: flex; + flex-direction: row; +} + +#navigator-toolbox * { + font-size: 12px !important; + max-height: 24px !important; + padding: 0 !important; + margin: 0 !important; +} + +#toolbar-menubar { + flex: 0; +} + +#firefox-view-button, +#alltabs-button, +#save-to-pocket-button, +#fxa-toolbar-menu-button { + display: none; +} + +#TabsToolbar { + flex: 1; +} + +#nav-bar { + flex: 2; +} + +#PersonalToolbar { + flex: 0; }