theme: Reduce spacing between pagination dots
Now folder dialogs and the app grid have the same styling for the pagination dots. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1554>
This commit is contained in:
parent
47cd3c5b57
commit
2d0ef0ed84
@ -81,10 +81,6 @@ $app_grid_fg_color: #fff;
|
||||
|
||||
& .page-indicators {
|
||||
margin-bottom: 18px;
|
||||
|
||||
.page-indicator {
|
||||
padding: 15px 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.app-folder-dialog-container {
|
||||
@ -125,7 +121,7 @@ $app_grid_fg_color: #fff;
|
||||
|
||||
// App Grid pagination indicators
|
||||
.page-indicator {
|
||||
padding: 15px 20px;
|
||||
padding: 15px 12px;
|
||||
|
||||
.page-indicator-icon {
|
||||
width: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user