[gnome-shell-sass] style: Slightly increase app folder size



commit 98b3973e910dd56640ea354b002e88a047904465
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Aug 22 16:37:37 2022 -0300

    style: Slightly increase app folder size
    
    So that it can handle the now always visible arrows without
    downscaling the icons.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2442>

 widgets/_app-grid.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/widgets/_app-grid.scss b/widgets/_app-grid.scss
index abea753..9da650c 100644
--- a/widgets/_app-grid.scss
+++ b/widgets/_app-grid.scss
@@ -78,8 +78,8 @@ $app_icon_size: 96px;
 
 .app-folder-dialog-container {
   padding: $base_padding*2;
-  width: 640px;
-  height: 640px;
+  width: 720px;
+  height: 720px;
 }
 
 // Running app indicator (also shown in dash)


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