This commit is contained in:
vinceliuice
2022-04-24 11:19:11 +08:00
parent 329e8efaec
commit f618c8e8ec
3 changed files with 11 additions and 4 deletions
+1
View File
@@ -39,6 +39,7 @@ if [[ "$(command -v gnome-shell)" ]]; then
fi
else
echo "'gnome-shell' not found, using styles for last gnome-shell version available."
GS_VERSION="42-0"
fi
usage() {
+1 -1
View File
@@ -84,7 +84,7 @@
// status area icons
.system-status-icon {
icon-size: $base_icon_size;
padding: $base_padding - 1px;
padding: $base_padding;
margin: 0 $base_margin;
-st-icon-style: symbolic;
}
+9 -3
View File
@@ -890,9 +890,11 @@ combobox {
decoration { transition: none; } // workaround for menuitem selection
button.combo cellview {
&:dir(ltr) { margin-left: 8px - ($medium-size - 16px) / 2; }
&:dir(rtl) { margin-right: 8px - ($medium-size - 16px) / 2; }
button.combo {
cellview {
&:dir(ltr) { margin-left: 8px - ($medium-size - 16px) / 2; }
&:dir(rtl) { margin-right: 8px - ($medium-size - 16px) / 2; }
}
}
&.linked {
@@ -938,6 +940,10 @@ combobox {
// work, special case needed. See
// https://bugzilla.gnome.org/show_bug.cgi?id=733979
combobox > .linked > button.combo {
padding: ($medium-size - 24px) / 2 ($medium-size - 16px) / 2; // reset
}
.linked:not(.vertical) > combobox {
&:not(:first-child) > box > button.combo {
border-top-left-radius: 0;