From 613efa72f3c37d3a78850b43b21845f8c4e6a24d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Fri, 12 Feb 2021 16:38:47 +0100 Subject: [PATCH] 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: --- 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 6f0c501ed..c593cebc4 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 +}