theme: revert window picker whitespace
- revert to the more compact overview, providing more space for the window thumbnails. Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/2187
This commit is contained in:
parent
b70fb5b69a
commit
f755905c75
@ -1,7 +1,7 @@
|
|||||||
/* Window Picker */
|
/* Window Picker */
|
||||||
|
|
||||||
$window_picker_spacing: $base_spacing * 8; // 48px
|
$window_picker_spacing: $base_spacing * 2; // 16px
|
||||||
$window_picker_padding: $base_padding * 10; // 60px
|
$window_picker_padding: $base_padding * 2; // 16px
|
||||||
|
|
||||||
$window_thumbnail_border_color:transparentize($selected_fg_color, 0.65);
|
$window_thumbnail_border_color:transparentize($selected_fg_color, 0.65);
|
||||||
|
|
||||||
@ -63,4 +63,4 @@ $window_close_button_padding: 3px;
|
|||||||
&:active {
|
&:active {
|
||||||
background-color: darken($selected_bg_color, 5%);
|
background-color: darken($selected_bg_color, 5%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user