Skip to content

Commit 8ca7f1b

Browse files
committed
gnome-shell: Add folder dialog pagination related styling
Based on upstream commit: https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/45d8e11123581580eeb3662f4fa73760454eae98
1 parent 895a695 commit 8ca7f1b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

common/gnome-shell/3.38/sass/_common.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2053,6 +2053,19 @@ StScrollBar {
20532053
& > StIcon { icon-size: 16px }
20542054
}
20552055
}
2056+
2057+
& .icon-grid {
2058+
row-spacing: 10px;
2059+
column-spacing: 25px;
2060+
}
2061+
2062+
& .page-indicators {
2063+
margin-bottom: 18px;
2064+
2065+
.page-indicator {
2066+
padding: 15px 12px;
2067+
}
2068+
}
20562069
}
20572070
.app-folder-dialog-container {
20582071
padding: 12px;

0 commit comments

Comments
 (0)