Blame SOURCES/0001-Update-style.patch

1205f8
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
1205f8
Subject: [PATCH] Update style
1205f8
1205f8
---
1205f8
 data/gnome-shell-sass | 2 +-
1205f8
 1 file changed, 1 insertion(+), 1 deletion(-)
1205f8
1205f8
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;
1205f8
diff --git a/data/gnome-classic.css b/data/gnome-classic.css
1205f8
index 52e5367..3be81e9 100644
1205f8
--- a/data/gnome-classic.css
1205f8
+++ b/data/gnome-classic.css
1205f8
@@ -1234,6 +1234,9 @@ StScrollBar {
1205f8
         box-shadow: none; }
1205f8
         #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 {
1205f8
           box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.2); }
1205f8
+    #panel .panel-button .panel-logo-icon {
1205f8
+      padding-right: .4em;
1205f8
+      icon-size: 1em; }
1205f8
     #panel .panel-button .system-status-icon {
1205f8
       icon-size: 1.09em;
1205f8
       padding: 5px;
1205f8
-- 
1205f8
2.28.0
1205f8