[gnome-shell-sass] theme: Reduce spacing between pagination dots
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] theme: Reduce spacing between pagination dots
- Date: Wed, 13 Jan 2021 23:19:11 +0000 (UTC)
commit 04081f03ab78b87650710f67505555f3379be4a2
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Wed Jun 24 19:33:35 2020 -0300
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>
widgets/_app-grid.scss | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/widgets/_app-grid.scss b/widgets/_app-grid.scss
index c84377b..8218a96 100644
--- a/widgets/_app-grid.scss
+++ b/widgets/_app-grid.scss
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]