[gnome-shell-extensions] classic: Remove padding from app menu



commit 2bced47762965c3531ac130884de64e31ea5585f
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Mar 12 00:29:06 2021 +0100

    classic: Remove padding from app menu
    
    It is now inconsistent with other top bar items, so drop it.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/167>

 data/gnome-classic.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/gnome-classic.scss b/data/gnome-classic.scss
index 750a9f5..51eb2fa 100644
--- a/data/gnome-classic.scss
+++ b/data/gnome-classic.scss
@@ -84,8 +84,8 @@ $variant: 'light';
 }
 
 #appMenu { 
-  padding: 0 8px 0 8px; 
   spinner-image: url("classic-process-working.svg"); 
+  .panel-status-menu-box { padding: 0; }
 }
 .tile-preview-left.on-primary,
 .tile-preview-right.on-primary,


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