From 8b69efdf6dd382ac80909209bf8c48a40bfb6463 Mon Sep 17 00:00:00 2001 From: imarkoff Date: Sat, 28 Jan 2023 21:35:14 +0200 Subject: [PATCH] Fixed battery percentage in the panel --- gnome-shell/gnome-shell.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 2012fa6..0a2c542 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -63,6 +63,10 @@ stage { margin: 0; } +#panel .power-status.panel-status-indicators-box StIcon { + font-size: 14px; +} + .panel-button:hover, .panel-button:hover .clock, .panel-button:active, @@ -71,6 +75,9 @@ stage { background-color: ACCENT-DIS_HOVER; } +#panel .power-status.panel-status-indicators-box { + font-size: 12px; +} /* clock fix */ .clock-display{