[libadwaita/wip/exalm/borderless: 32/32] Padding fixes




commit dd4c74d21649b2f76bcddca0cb96f2fbd97bc9c4
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Jul 26 16:40:29 2021 +0500

    Padding fixes

 src/stylesheet/widgets/_header-bar.scss | 2 +-
 src/stylesheet/widgets/_toolbars.scss   | 8 ++------
 2 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/src/stylesheet/widgets/_header-bar.scss b/src/stylesheet/widgets/_header-bar.scss
index c92cd5e1..4788f865 100644
--- a/src/stylesheet/widgets/_header-bar.scss
+++ b/src/stylesheet/widgets/_header-bar.scss
@@ -11,7 +11,7 @@ headerbar {
   @extend %toolbar;
 
   > windowhandle > box {
-    padding: 0 7px;
+    padding: 0 7px 1px 7px;
 
     &,
     > box.start,
diff --git a/src/stylesheet/widgets/_toolbars.scss b/src/stylesheet/widgets/_toolbars.scss
index 6fb4118d..93805155 100644
--- a/src/stylesheet/widgets/_toolbars.scss
+++ b/src/stylesheet/widgets/_toolbars.scss
@@ -130,9 +130,7 @@ searchbar > revealer > box {
  ****************/
 
 actionbar > revealer > box {
-  padding: 0 6px;
-
-  padding-top: 7px;
+  padding: 1px 6px 0px 6px;
   box-shadow: inset 0 1px $borders_color;
 
   @extend %toolbar;
@@ -148,10 +146,8 @@ actionbar > revealer > box {
 
 infobar {
   > revealer > box {
-    padding: 8px;
+    padding: 8px 8px 9px 8px;
     border-spacing: 12px;
-
-    padding-bottom: 9px;
     box-shadow: inset 0 -1px $borders_color;
   }
 


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