diff --git a/src/other/firefox/Monterey/parts/headerbar-urlbar.css b/src/other/firefox/Monterey/parts/headerbar-urlbar.css index dbd2f674..2c54eb89 100644 --- a/src/other/firefox/Monterey/parts/headerbar-urlbar.css +++ b/src/other/firefox/Monterey/parts/headerbar-urlbar.css @@ -41,20 +41,14 @@ toolbarspring { border-color: var(--gnome-inactive-headerbar-background) !important; } +#urlbar-container, +#wrapper-urlbar-container, #urlbar #urlbar-input-container { padding: 0 !important; width: 360px !important; min-width: 360px !important; } -#urlbar-container, -#wrapper-urlbar-container { - width: 360px !important; - min-width: 360px !important; - -moz-box-align: left !important; - margin-right: 100px !important; -} - :root[sizemode="maximized"] #urlbar, :root[sizemode="maximized"] #urlbar-container, :root[sizemode="maximized"] #wrapper-urlbar-container { diff --git a/src/other/firefox/Monterey/parts/tabsbar.css b/src/other/firefox/Monterey/parts/tabsbar.css index 5331e6aa..1bb42e2e 100644 --- a/src/other/firefox/Monterey/parts/tabsbar.css +++ b/src/other/firefox/Monterey/parts/tabsbar.css @@ -110,18 +110,30 @@ visibility: collapse !important; } -#TabsToolbar .toolbarbutton-1, #TabsToolbar .toolbarbutton-1, +#TabsToolbar .toolbarbutton-1, #tabs-newtab-button, #TabsToolbar #new-tab-button { - margin: 4px 2px !important; + margin: 4px 2px -4px !important; padding: 0 10px !important; max-height: 32px !important; min-height: 32px !important; } -#TabsToolbar .toolbarbutton-1 image, #TabsToolbar .toolbarbutton-1 image, +#TabsToolbar .toolbarbutton-1 image, #tabs-newtab-button image, #TabsToolbar #new-tab-button image { margin: 0 !important; padding: 0 !important; height: 16px !important; width: 16px !important; } + +#TabsToolbar #scrollbutton-up, #TabsToolbar #scrollbutton-down { + max-height: 32px !important; + min-height: 32px !important; +} + +#TabsToolbar #scrollbutton-up image, #TabsToolbar #scrollbutton-down image { + margin: 0 !important; + padding: 0 !important; + height: 16px !important; + width: 16px !important; +}