[gtk/matthiasc/for-master] Adwaita: Add padding to circular button rows in menus



commit f4b17620725143a48bffeebc004e9645a2eebd6d
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Apr 22 22:42:04 2020 -0400

    Adwaita: Add padding to circular button rows in menus
    
    The lack of this was negatively affecting the spacing
    of these buttons.
    
    Fixes: #2626

 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 4a81fc0401..e26cadbad8 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4390,7 +4390,7 @@ popover.menu {
   }
 
   & box.circular-buttons {
-    padding: 6px 0;
+    padding: 6px 20px;
 
     button.circular.image-button.model {
       @extend %list_button;


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