From c48d3dc0636f6dc58ba9419336ed33437ef0c6fb Mon Sep 17 00:00:00 2001
From: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Date: Thu, 26 Nov 2020 17:01:07 -0300
Subject: [PATCH] theme: Adjust app grid spacing

As per design feedback.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1554>
---
 data/theme/gnome-shell-sass/widgets/_app-grid.scss | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/theme/gnome-shell-sass/widgets/_app-grid.scss b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
index 8218a968c..ba7c52174 100644
--- a/data/theme/gnome-shell-sass/widgets/_app-grid.scss
+++ b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
@@ -4,8 +4,8 @@ $app_icon_size: 96px;
 
 // app icons
 .icon-grid {
-  row-spacing: $base_spacing * 6;
-  column-spacing: $base_spacing * 6;
+  row-spacing: $base_spacing * 3;
+  column-spacing: $base_spacing * 3;
   max-row-spacing: $base_spacing * 12;
   max-column-spacing: $base_spacing * 12;
   page-padding-top: $base_padding * 6;
@@ -121,7 +121,7 @@ $app_grid_fg_color: #fff;
 
 // App Grid pagination indicators
 .page-indicator {
-  padding: 15px 12px;
+  padding: 15px 12px 30px;
 
   .page-indicator-icon {
     width: 10px;
@@ -134,7 +134,7 @@ $app_grid_fg_color: #fff;
 // Some hacks I don't even know
 .all-apps {
   // horizontal padding to make sure scrollbars or dash don't overlap content
-  padding: 0px 88px 10px 88px;
+  padding: 0 88px;
 }
 
 // shutdown and other actions in the grid