summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-08-22 16:37:37 -0300
committerFlorian Müllner <fmuellner@gnome.org>2022-09-04 15:23:43 +0200
commit98b3973e910dd56640ea354b002e88a047904465 (patch)
tree1b3c4738bea29a35e82578ffa02f81c461d0dadd
parenta1e35150e0e93c87e91776c17c2789b2c56ce844 (diff)
downloadgnome-shell-sass-98b3973e910dd56640ea354b002e88a047904465.tar.gz
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>
-rw-r--r--widgets/_app-grid.scss4
1 files 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)