mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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>
This commit is contained in:
parent
279ba0f4cd
commit
2f3256fe72
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue