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