From 98b3973e910dd56640ea354b002e88a047904465 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Mon, 22 Aug 2022 16:37:37 -0300 Subject: style: Slightly increase app folder size So that it can handle the now always visible arrows without downscaling the icons. Part-of: --- 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) -- cgit v1.2.1