[gnome-shell] theme/overview: Use a spacing of 16px between elements
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme/overview: Use a spacing of 16px between elements
- Date: Wed, 3 Mar 2021 12:12:33 +0000 (UTC)
commit 613efa72f3c37d3a78850b43b21845f8c4e6a24d
Author: Jonas Dreßler <verdre v0yd nl>
Date: Fri Feb 12 16:38:47 2021 +0100
theme/overview: Use a spacing of 16px between elements
In the overview we want to make sure window previews are shown as large
as possible, so make the spacings a bit less excessive and only use a
16px spacing.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1702>
data/theme/gnome-shell-sass/widgets/_overview.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_overview.scss
b/data/theme/gnome-shell-sass/widgets/_overview.scss
index 6f0c501ed8..c593cebc4e 100644
--- a/data/theme/gnome-shell-sass/widgets/_overview.scss
+++ b/data/theme/gnome-shell-sass/widgets/_overview.scss
@@ -1,7 +1,7 @@
/* OVERVIEW */
.controls-manager, .secondary-monitor-workspaces {
- spacing: 24px;
+ spacing: $base_spacing * 2;
}
#overviewGroup {
@@ -10,4 +10,4 @@
.overview-controls {
padding-bottom: 32px;
-}
\ No newline at end of file
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]