mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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:
parent
f0afbd6073
commit
67a386ff17
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue