diff --git a/src/assets/gnome-shell/common-assets/view-app-grid.svg b/src/assets/gnome-shell/common-assets/view-app-grid.svg index c09082b..99f071f 100644 --- a/src/assets/gnome-shell/common-assets/view-app-grid.svg +++ b/src/assets/gnome-shell/common-assets/view-app-grid.svg @@ -1,123 +1,123 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/other/firefox/Monterey/parts/headerbar-urlbar.css b/src/other/firefox/Monterey/parts/headerbar-urlbar.css index a4dc106..b6b597e 100644 --- a/src/other/firefox/Monterey/parts/headerbar-urlbar.css +++ b/src/other/firefox/Monterey/parts/headerbar-urlbar.css @@ -20,7 +20,7 @@ toolbarspring { /* URL bar */ #urlbar { - margin-top: -2px !important; + margin-top: -1px !important; box-shadow: none !important; background: var(--gnome-popover-background) !important; border-radius: 8px !important; diff --git a/src/other/firefox/Monterey/parts/headerbar.css b/src/other/firefox/Monterey/parts/headerbar.css index 501969d..bee7744 100644 --- a/src/other/firefox/Monterey/parts/headerbar.css +++ b/src/other/firefox/Monterey/parts/headerbar.css @@ -25,9 +25,9 @@ background: none !important; -moz-appearance: none !important; border-radius: 8px !important; - margin: 10px 2px !important; + margin: 8px 2px !important; padding: 0 10px !important; - max-height: 30px !important; + max-height: 32px !important; min-width: 32px !important; color: var(--gnome-toolbar-color) !important; transition: background 200ms; diff --git a/src/other/firefox/Monterey/parts/tabsbar.css b/src/other/firefox/Monterey/parts/tabsbar.css index fa3664c..48061af 100644 --- a/src/other/firefox/Monterey/parts/tabsbar.css +++ b/src/other/firefox/Monterey/parts/tabsbar.css @@ -3,8 +3,6 @@ @namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; .tabbrowser-tab { - margin-top: 0 !important; - margin-bottom: 11px !important; margin-left: 3px !important; margin-right: 3px !important; } @@ -23,7 +21,7 @@ .tab-background:not([selected=true]) { background: var(--gnome-tabbar-tab-background) !important; - transition: background 200ms !important; + } .tab-background:not([selected=true]):-moz-window-inactive { diff --git a/src/other/firefox/Monterey/parts/toolbox.css b/src/other/firefox/Monterey/parts/toolbox.css index a8ac30f..d9d48a7 100644 --- a/src/other/firefox/Monterey/parts/toolbox.css +++ b/src/other/firefox/Monterey/parts/toolbox.css @@ -47,11 +47,17 @@ findbar { fill: var(--gnome-toolbar-color); } +#titlebar { + min-height: 0 !important + max-height: 36px !important; +} + #TabsToolbar { - margin-top: -43px !important; + margin-top: -44px !important; padding: 0 !important; - margin-bottom: 0 !important; + margin-bottom: 8px !important; background: none !important; + max-height: 36px !important; } #nav-bar { @@ -59,39 +65,12 @@ findbar { box-shadow: none !important; border-top-width: 0px !important; border-bottom-width: 0px !important; - margin-bottom: 0 !important; } #toolbar-menubar:not([inactive=true]) { margin-bottom: 0 !important; } -#PersonalToolbar { - padding: 2px 4px 0 4px !important; - height: 32px !important; -} - -/* Overrides: Remove border below the menu bar / above the header bar */ -#TabsToolbar:not([collapsed="true"]) + #nav-bar { - border-top-width: 0 !important; -} - -#navigator-toolbox::after { - border-bottom-width: 0 !important; -} - -/* Overrides: Don't shift other toolbars on tab drag and drop */ -#TabsToolbar[movingtab] { - padding-bottom: 0 !important; -} -#TabsToolbar[movingtab] > .tabbrowser-tabs { - padding-bottom: 0 !important; - margin-bottom: 0 !important; -} -#TabsToolbar[movingtab] + #nav-bar { - margin-top: 0 !important; -} - #navigator-toolbox #nav-bar, findbar { -moz-box-ordinal-group: 0; } @@ -105,7 +84,12 @@ findbar { -moz-box-ordinal-group: 3; } #navigator-toolbox #TabsToolbar { - -moz-box-ordinal-group: 2; + -moz-box-ordinal-group: 0; +} + +#PersonalToolbar { + padding: 2px 4px 0 4px !important; + height: 32px !important; } /* bookmark-item */