[libadwaita/wip/exalm/borderless: 12/16] stylesheet: Use 6px padding and spacing for toolbars




commit 6bb54bbb0ae8d745224e8b3dcf487d66b7b75a8c
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun Jul 4 19:09:17 2021 +0500

    stylesheet: Use 6px padding and spacing for toolbars
    
    It was 5px. Match header bar and action bar instead, so we can unify the
    styles in the next commit.

 src/stylesheet/widgets/_toolbars.scss | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/stylesheet/widgets/_toolbars.scss b/src/stylesheet/widgets/_toolbars.scss
index cc7a2067..b7957180 100644
--- a/src/stylesheet/widgets/_toolbars.scss
+++ b/src/stylesheet/widgets/_toolbars.scss
@@ -1,6 +1,6 @@
 .toolbar {
-  padding: 5px;
-  border-spacing: 5px;
+  padding: 6px;
+  border-spacing: 6px;
   background-color: $bg_color;
 
   // on OSD
@@ -20,8 +20,8 @@
   }
 
   // toolbar separators
-  &.horizontal > separator { margin: 5px 0; }
-  &.vertical > separator { margin: 0 5px; }
+  &.horizontal > separator { margin: 6px 0; }
+  &.vertical > separator { margin: 0 6px; }
 
   button {
     @extend %button_basic_flat;


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