gnome-shell: Adjust .icon-grid spacing
It seems 32px spacing and 64px max spacing were a bit too small.
Possibly fixes: https://github.com/nana-4/materia-theme/issues/536
By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.
It seems 32px spacing and 64px max spacing were a bit too small.
Possibly fixes: https://github.com/nana-4/materia-theme/issues/536
roundabout,
created on Sunday, 21 March 2021, 14:24:57 (1616336697),
received on Sunday, 11 May 2025, 13:23:00 (1746969780)
Author identity: nana-4 <hnmaigo@gmail.com>
529662514c01c84310da2eb42eebda511fe717fb
// app icons .icon-grid { @if $version >= 3.38 { row-spacing: 32px;column-spacing: 32px;max-row-spacing: 64px;max-column-spacing: 64px;row-spacing: 48px; column-spacing: 48px; max-row-spacing: 96px; max-column-spacing: 96px;} @else { -shell-grid-horizontal-item-size: 136px; -shell-grid-vertical-item-size: 136px;