[libadwaita/wip/exalm/osd-toolbar: 33/33] stylesheet: Fix .osd toolbar paddings




commit 2b1bae05aa531f8b1f5d076b683266ff89dc39b4
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Sep 14 01:32:50 2021 +0500

    stylesheet: Fix .osd toolbar paddings
    
    Toolbar buttons will already have padding, take that into account.

 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 1fbae1e0..a3f1f20c 100644
--- a/src/stylesheet/widgets/_toolbars.scss
+++ b/src/stylesheet/widgets/_toolbars.scss
@@ -112,7 +112,7 @@
 
   // stand-alone OSD toolbars
   &.osd {
-    padding: 14px;
+    padding: 8px 14px;
     border: none;
     border-radius: 5px;
     background-color: $osd_bg_color;


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