This commit is contained in:
vinceliuice
2025-08-19 09:33:15 +08:00
parent 1c4e533ab7
commit f7df7cb9e5
6 changed files with 42 additions and 2 deletions

View File

@@ -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

View File

@@ -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;
}
}

View File

@@ -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;
}
}

View File

@@ -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;
}
}

View File

@@ -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;
}
}

View File

@@ -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;
}
}