mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
style/app-grid: Decrease horizontal spacing in the pageIndicators
To make the page indicators look nice on smaller screens, they have to be smaller. This seems to look just fine on large screens too, so no need to special-case it.
This commit is contained in:
parent
46c74acb1b
commit
f0afbd6073
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ $app_folder_size: 720px;
|
|||
// App Grid pagination indicators
|
||||
$page_indicator_size: 10px;
|
||||
.page-indicator {
|
||||
padding: $base_padding $base_padding * 2 0;
|
||||
padding: $base_padding $base_padding 0;
|
||||
transition-duration:400ms;
|
||||
|
||||
.page-indicator-icon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue