Gnome-Shell: tweak switches
This commit is contained in:
@@ -24,6 +24,12 @@ $_osd_color: if($variant=='light', black, $fg_color);
|
||||
}
|
||||
}
|
||||
|
||||
/* Switches */
|
||||
.toggle-switch {
|
||||
height: 22px;
|
||||
width: 44px;
|
||||
}
|
||||
|
||||
/* Slider */
|
||||
.slider {
|
||||
-barlevel-background-color: $borders_color;
|
||||
@@ -47,7 +53,10 @@ $_osd_color: if($variant=='light', black, $fg_color);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.message-list-controls { spacing: $base_padding * 2; }
|
||||
.message-list-controls {
|
||||
spacing: $base_padding * 2;
|
||||
@include fontsize(10);
|
||||
}
|
||||
|
||||
/* Window Picker */
|
||||
// Window titles
|
||||
|
||||
Reference in New Issue
Block a user