gnome-shell: Follow upstream change for folder dialog
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/5aee714b70341bffc83b74f3684b228392b5e1d7
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/5aee714b70341bffc83b74f3684b228392b5e1d7
by roundabout, Tuesday, 15 September 2020, 16:48:49 (1600188529), pushed by roundabout, Sunday, 11 May 2025, 13:22:55 (1746969775)
Author identity: nana-4 <hnmaigo@gmail.com>
9134bb32986a959b27dda4bab0b4b8b936359f3f
// expanded folder
.app-folder-dialog {
spacing: 12px;
border: 0;
border-radius: $corner-radius;
background-color: $surface;
color: $on-surface;
@if $version >= 3.38 {
padding: 12px;
} @else {
spacing: 12px;
}
.folder-name-container {
padding: 24px 36px 0;
spacing: 12px;
}
.app-folder-dialog-container {
width: 800px;
height: 600px;
padding: 12px;
@if $version >= 3.38 {
width: 620px;
height: 620px;
} @else {
width: 800px;
height: 600px;
}
}
@if $version <= 3.34 {