[libadwaita/wip/exalm/viewswitcher2] view-switcher: Fix side padding




commit 21ae48722f3132ed41000db83069711e6145b07e
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Jun 29 03:15:54 2022 +0400

    view-switcher: Fix side padding
    
    Botched in the last commit...

 doc/images/adaptive-view-switcher-narrow-dark.png | Bin 14193 -> 14195 bytes
 doc/images/adaptive-view-switcher-narrow.png      | Bin 13978 -> 13973 bytes
 doc/images/view-switcher-bar-dark.png             | Bin 10907 -> 10862 bytes
 doc/images/view-switcher-bar.png                  | Bin 10724 -> 10676 bytes
 src/stylesheet/widgets/_view-switcher.scss        |   9 +++++++++
 5 files changed, 9 insertions(+)
---
diff --git a/doc/images/adaptive-view-switcher-narrow-dark.png 
b/doc/images/adaptive-view-switcher-narrow-dark.png
index 5c5d7dbc..c2efa335 100644
Binary files a/doc/images/adaptive-view-switcher-narrow-dark.png and 
b/doc/images/adaptive-view-switcher-narrow-dark.png differ
diff --git a/doc/images/adaptive-view-switcher-narrow.png b/doc/images/adaptive-view-switcher-narrow.png
index 54f967c9..5b152358 100644
Binary files a/doc/images/adaptive-view-switcher-narrow.png and 
b/doc/images/adaptive-view-switcher-narrow.png differ
diff --git a/doc/images/view-switcher-bar-dark.png b/doc/images/view-switcher-bar-dark.png
index 2af02598..0c0801f6 100644
Binary files a/doc/images/view-switcher-bar-dark.png and b/doc/images/view-switcher-bar-dark.png differ
diff --git a/doc/images/view-switcher-bar.png b/doc/images/view-switcher-bar.png
index db50ca94..bf53a889 100644
Binary files a/doc/images/view-switcher-bar.png and b/doc/images/view-switcher-bar.png differ
diff --git a/src/stylesheet/widgets/_view-switcher.scss b/src/stylesheet/widgets/_view-switcher.scss
index 63ac523a..8720b59e 100644
--- a/src/stylesheet/widgets/_view-switcher.scss
+++ b/src/stylesheet/widgets/_view-switcher.scss
@@ -45,6 +45,15 @@ viewswitcher {
   }
 }
 
+/**********************
+ * AdwViewSwitcherBar *
+ **********************/
+
+viewswitcherbar actionbar > revealer > box {
+  padding: 0;
+  padding-top: 1px;
+}
+
 /************************
  * AdwViewSwitcherTitle *
  ************************/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]