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:
Jonas Dreßler 2022-06-10 11:56:14 +02:00
parent 46c74acb1b
commit f0afbd6073

View file

@ -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 {