aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorst31802016-05-16 21:47:08 +0200
committerHorst31802016-05-16 21:48:16 +0200
commitd62246cdc8d709ea1ce679f0e7892128c5403fae (patch)
tree37daa250f208a8ef8d3988b009ace17327a93cbd
parenta27b3333ad7fb9bad605a72afc1c7566c727a4d6 (diff)
downloadsolarc-theme-d62246cdc8d709ea1ce679f0e7892128c5403fae.tar.gz
solarc-theme-d62246cdc8d709ea1ce679f0e7892128c5403fae.tar.xz
solarc-theme-d62246cdc8d709ea1ce679f0e7892128c5403fae.zip
gnome-shell: fix volume mixer extension width (fix #486)
-rw-r--r--common/gnome-shell/3.18/gnome-shell-dark.css4
-rw-r--r--common/gnome-shell/3.18/gnome-shell.css4
-rw-r--r--common/gnome-shell/3.18/sass/_common.scss5
3 files changed, 13 insertions, 0 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell-dark.css b/common/gnome-shell/3.18/gnome-shell-dark.css
index e458f34..b89c1a4 100644
--- a/common/gnome-shell/3.18/gnome-shell-dark.css
+++ b/common/gnome-shell/3.18/gnome-shell-dark.css
@@ -1600,6 +1600,10 @@ StScrollBar {
width: 24px;
height: 24px; }
+.masterslider.smaller .masterlabel,
+.masterslider.smaller .slider {
+ min-width: 155px; }
+
.magnifier-zoom-region {
border: 2px solid #5294E2; }
.magnifier-zoom-region.full-screen {
diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css
index 818731a..912c6f6 100644
--- a/common/gnome-shell/3.18/gnome-shell.css
+++ b/common/gnome-shell/3.18/gnome-shell.css
@@ -1600,6 +1600,10 @@ StScrollBar {
width: 24px;
height: 24px; }
+.masterslider.smaller .masterlabel,
+.masterslider.smaller .slider {
+ min-width: 155px; }
+
.magnifier-zoom-region {
border: 2px solid #5294E2; }
.magnifier-zoom-region.full-screen {
diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss
index c07ab86..9c5afa4 100644
--- a/common/gnome-shell/3.18/sass/_common.scss
+++ b/common/gnome-shell/3.18/sass/_common.scss
@@ -1989,6 +1989,11 @@ $legacy_icon_size: 24px;
& StButton { width: $legacy_icon_size; height: $legacy_icon_size }
}
+.masterslider.smaller .masterlabel,
+.masterslider.smaller .slider {
+ min-width: 155px;
+}
+
// Magnifier
.magnifier-zoom-region {