[gnome-shell/eos3.8: 186/255] fixup! Adjust app grid icons to Endless



commit 5f7f860c56c4e41d41d2450ae2997735b72847d6
Author: Andre Moreira Magalhaes <andre endlessm com>
Date:   Fri Apr 3 17:57:52 2020 -0300

    fixup! Adjust app grid icons to Endless
    
    These values now are getting overriden on _app-grid.scss, let's restore
    the same values used on eos3.7.
    
    https://phabricator.endlessm.com/T28780

 data/theme/gnome-shell-sass/_endless.scss | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_endless.scss b/data/theme/gnome-shell-sass/_endless.scss
index 841d805291..261a6f6c89 100644
--- a/data/theme/gnome-shell-sass/_endless.scss
+++ b/data/theme/gnome-shell-sass/_endless.scss
@@ -399,18 +399,25 @@ popup-separator-menu-item {
 
 .app-well-app {
     .overview-icon { @extend %app-well-icon; }
-    & > .overview-icon.overview-icon-with-label {
-        /* Use defaults here to "remove" the values set in _common.scss */
-        padding: 0px;
+    .overview-icon.overview-icon-with-label {
+        padding: 6px;
         spacing: 6px;
-    }
-}
+        > StBoxLayout {
+            padding: 0px;
+            spacing: 0px;
+        }
+     }
+ }
+
 
 /* Need to declare this one outside of .app-folder for DnD */
 .app-folder-icon {
     border-radius: 12px;
     background: rgba(23, 25, 26, 0.3);
     box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7);
+    padding: 5px;
+    spacing-rows: 5px;
+    spacing-columns: 5px;
 }
 
 .app-folder,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]