f219c7
From 9ca03a744552c43251523fd23292b243130e1f89 Mon Sep 17 00:00:00 2001
1205f8
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
1205f8
Date: Mon, 24 May 2021 15:36:04 +0200
f219c7
Subject: [PATCH] Update style
1205f8
1205f8
---
f219c7
 data/gnome-shell-sass | 2 +-
f219c7
 1 file changed, 1 insertion(+), 1 deletion(-)
1205f8
f219c7
Submodule data/gnome-shell-sass 9d66f7d..60230f4:
1205f8
diff --git a/data/gnome-shell-sass/widgets/_panel.scss b/data/gnome-shell-sass/widgets/_panel.scss
1205f8
index 1f46507..ad638b2 100644
1205f8
--- a/data/gnome-shell-sass/widgets/_panel.scss
1205f8
+++ b/data/gnome-shell-sass/widgets/_panel.scss
1205f8
@@ -67,6 +67,11 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
1205f8
       }
1205f8
     }
1205f8
 
1205f8
+    .panel-logo-icon {
1205f8
+      padding-right: .4em;
1205f8
+      icon-size: 1em;
1205f8
+    }
1205f8
+
1205f8
     // status area icons
1205f8
     .system-status-icon {
1205f8
       icon-size: $base_icon_size;
f219c7
diff --git a/data/gnome-classic.css b/data/gnome-classic.css
f219c7
index 52e5367..3be81e9 100644
f219c7
--- a/data/gnome-classic.css
f219c7
+++ b/data/gnome-classic.css
f219c7
@@ -1234,6 +1234,9 @@ StScrollBar {
f219c7
         box-shadow: none; }
f219c7
         #panel .panel-button.clock-display:hover .clock, #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock {
f219c7
           box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.2); }
f219c7
+    #panel .panel-button .panel-logo-icon {
f219c7
+      padding-right: .4em;
f219c7
+      icon-size: 1em; }
f219c7
     #panel .panel-button .system-status-icon {
f219c7
       icon-size: 1.09em;
f219c7
       padding: 5px;
1205f8
-- 
f219c7
2.28.0
1205f8