style/app-grid: Decrease padding on appGrid items

Remove the horizontal and vertical padding override on the .overview-tile,
so that we use the default padding of %tile (which is just 1*$base_padding).

This will make the grid items use less space, allowing the dynamic icon
sizing code to choose a larger size even on small monitors.
This commit is contained in:
Jonas Dreßler 2024-06-25 16:40:13 +02:00
parent f0afbd6073
commit 67a386ff17

View file

@ -23,7 +23,6 @@ $app_folder_size: 720px;
// override the %tile style
border-radius: $base_border_radius*3;
padding: $base_padding * 2;
// the icon itself
.overview-icon {