[gtk/wip/jimmac/circular-button-padding] Adwaita: circular buttons




commit 22741a74ff8fd8e8f9c2666e2340d3f6fde76c20
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Nov 16 15:21:46 2020 +0100

    Adwaita: circular buttons
    
    - the vertical padding was thown off with the chin/forehead of menus removed

 gtk/theme/Adwaita/_common.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 7c0a7ae56b..ab635fed30 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4186,7 +4186,7 @@ popover.menu {
   }
 
   box.circular-buttons {
-    padding: 6px $_menu-padding;
+    padding: $_menu-padding $_menu-padding 6px;
 
     button.circular.image-button.model {
       @extend %list_button;


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