mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
gnome-shell: fix volume mixer extension width (fix #486)
This commit is contained in:
parent
a27b3333ad
commit
d62246cdc8
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user