mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-04-13 22:18:59 +00:00
Fixed #1280
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user