diff --git a/libs/lib-install.sh b/libs/lib-install.sh index cfefd773..a327c72e 100755 --- a/libs/lib-install.sh +++ b/libs/lib-install.sh @@ -234,7 +234,7 @@ install_theme_deps() { } install_beggy_deps() { - if ! has_command convert; then + if ! has_command magick; then prompt -w "DEPS: 'imagemagick' is required for background editing." prepare_deps; stop_animation diff --git a/other/firefox/Monterey/parts/tabsbar-alt.css b/other/firefox/Monterey/parts/tabsbar-alt.css index 7b9275b1..4b89aa41 100644 --- a/other/firefox/Monterey/parts/tabsbar-alt.css +++ b/other/firefox/Monterey/parts/tabsbar-alt.css @@ -390,3 +390,13 @@ tab[selected]:-moz-window-inactive .tab-label { box-shadow: none !important; outline: none !important; } + +/*Tab Group*/ +tab-group { + #tabbrowser-tabs[orient="horizontal"] &[collapsed] > .tabbrowser-tab { + min-width: 0 !important; + max-width: 0 !important; + padding: 0; + overflow-clip-margin: 0; + } +} diff --git a/other/firefox/Monterey/parts/tabsbar.css b/other/firefox/Monterey/parts/tabsbar.css index 1e8962ab..3d32c000 100644 --- a/other/firefox/Monterey/parts/tabsbar.css +++ b/other/firefox/Monterey/parts/tabsbar.css @@ -276,3 +276,13 @@ tab[selected]:-moz-window-inactive .tab-label { .arrowscrollbox-overflow-end-indicator { display: none; } + +/*Tab Group*/ +tab-group { + #tabbrowser-tabs[orient="horizontal"] &[collapsed] > .tabbrowser-tab { + min-width: 0 !important; + max-width: 0 !important; + padding: 0; + overflow-clip-margin: 0; + } +} diff --git a/other/firefox/WhiteSur/parts/tabsbar-adaptive.css b/other/firefox/WhiteSur/parts/tabsbar-adaptive.css index 28c9afd0..1fdec6ff 100644 --- a/other/firefox/WhiteSur/parts/tabsbar-adaptive.css +++ b/other/firefox/WhiteSur/parts/tabsbar-adaptive.css @@ -469,3 +469,13 @@ tab[selected]:-moz-window-inactive { margin-inline-end: 4px !important; margin-inline-start: 4px !important; } + +/*Tab Group*/ +tab-group { + #tabbrowser-tabs[orient="horizontal"] &[collapsed] > .tabbrowser-tab { + min-width: 0 !important; + max-width: 0 !important; + padding: 0; + overflow-clip-margin: 0; + } +} diff --git a/other/firefox/WhiteSur/parts/tabsbar.css b/other/firefox/WhiteSur/parts/tabsbar.css index f79063bb..f7edd37e 100644 --- a/other/firefox/WhiteSur/parts/tabsbar.css +++ b/other/firefox/WhiteSur/parts/tabsbar.css @@ -486,3 +486,13 @@ tab[selected]:-moz-window-inactive { margin-inline-end: 4px !important; margin-inline-start: 4px !important; } + +/*Tab Group*/ +tab-group { + #tabbrowser-tabs[orient="horizontal"] &[collapsed] > .tabbrowser-tab { + min-width: 0 !important; + max-width: 0 !important; + padding: 0; + overflow-clip-margin: 0; + } +} diff --git a/src/sass/gtk/apps/_gnome-40.0.scss b/src/sass/gtk/apps/_gnome-40.0.scss index 6c157463..1e5ae42a 100644 --- a/src/sass/gtk/apps/_gnome-40.0.scss +++ b/src/sass/gtk/apps/_gnome-40.0.scss @@ -238,7 +238,7 @@ $flap_sidebar_size: 240px; min-width: 16px; min-height: 16px; margin: 0; - -gtk-icon-size: 12px; + // -gtk-icon-size: 12px; padding: 0 4px; } }