[libadwaita/wip/exalm/card: 23/27] stylesheet: Normalize padding for osd toolbars




commit 6220614b206c8b4056380d2f48a1ce18ce7b8ce1
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Oct 21 14:33:26 2021 +0500

    stylesheet: Normalize padding for osd toolbars
    
    Use multiples of 6px like everywhere else.

 src/stylesheet/widgets/_toolbars.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_toolbars.scss b/src/stylesheet/widgets/_toolbars.scss
index 9394aa1f..251105aa 100644
--- a/src/stylesheet/widgets/_toolbars.scss
+++ b/src/stylesheet/widgets/_toolbars.scss
@@ -119,7 +119,7 @@
 
   // stand-alone OSD toolbars
   &.osd {
-    padding: 8px 14px;
+    padding: 6px 12px;
     border-radius: $card_radius;
   }
 }


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