[gnome-shell-sass] theme/overview: Use a spacing of 16px between elements



commit fdd07ad921f68733683d608e61014947da3af74f
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>

 widgets/_overview.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/widgets/_overview.scss b/widgets/_overview.scss
index 6f0c501..c593ceb 100644
--- a/widgets/_overview.scss
+++ b/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]