[libadwaita/wip/exalm/borders] Padding fixes



commit af2a514c929d5511afa15b814a64f3ca63489a81
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 e8b844a3..409cf223 100644
--- a/src/stylesheet/widgets/_header-bar.scss
+++ b/src/stylesheet/widgets/_header-bar.scss
@@ -9,7 +9,7 @@ headerbar {
   margin-right: -1px;
 
   > 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 10ecf2a7..104caa50 100644
--- a/src/stylesheet/widgets/_toolbars.scss
+++ b/src/stylesheet/widgets/_toolbars.scss
@@ -55,9 +55,7 @@ searchbar > revealer > box {
  ****************/
 
 actionbar > revealer > box {
-  padding: 6px;
-
-  padding-top: 7px;
+  padding: 7px 6px 6px 6px;
   box-shadow: inset 0 1px $borders_color;
 
   &, > box.start, > box.end {
@@ -71,10 +69,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]