gnome-shell: Follow upstream change for folder dialog
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/5aee714b70341bffc83b74f3684b228392b5e1d7
By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/5aee714b70341bffc83b74f3684b228392b5e1d7
roundabout,
created on Tuesday, 15 September 2020, 16:48:49 (1600188529),
received on 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 {