gnome-shell: Follow upstream change for IconGridLayout
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/4e05bcd3b678407348f9ccf880dff33021eaded8
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/4e05bcd3b678407348f9ccf880dff33021eaded8
by roundabout, Tuesday, 15 September 2020, 16:48:14 (1600188494), pushed by roundabout, Sunday, 11 May 2025, 13:22:55 (1746969775)
Author identity: nana-4 <hnmaigo@gmail.com>
3ad1707d7de4b642941d4dbd8aa01d379ea3e170
// app icons
.icon-grid {
-shell-grid-horizontal-item-size: 136px;
-shell-grid-vertical-item-size: 136px;
spacing: 32px;
@if $version >= 3.38 {
row-spacing: 32px;
column-spacing: 32px;
max-row-spacing: 64px;
max-column-spacing: 64px;
} @else {
-shell-grid-horizontal-item-size: 136px;
-shell-grid-vertical-item-size: 136px;
spacing: 32px;
.overview-icon {
icon-size: 96px;
.overview-icon {
icon-size: 96px;
}
}
}