From 56c219aa68b2ccfbdc10674ab15facefc3728855 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Fri, 17 Mar 2023 04:27:37 +0200 Subject: [PATCH] Reset panel height --- gnome-shell/gnome-shell.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index be7508b..8653558 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -27,7 +27,7 @@ stage { /* panel */ #panel{ background-color: BACKGROUND-COLOR; - height: 38px; + /* height: 34px; */ font-size: 14px; } @@ -59,8 +59,8 @@ stage { .clock, .clock-display StIcon{ color: TEXT-PRIMARY-COLOR; - border-radius: 14px; - border: 4px solid transparent; + /* border-radius: 14px; */ + /* border: 4px solid transparent; */ background-color: ACCENT-DISABLED-COLOR; box-shadow: inset 0 0 0 1px BORDER-SHADOW; } @@ -79,6 +79,7 @@ stage { .panel-button:overview, /* activites */ .panel-button:active .clock{ background-color: ACCENT-DISABLED_HOVER; + box-shadow: inset 0 0 0 1px BORDER-SHADOW; } #panel .power-status.panel-status-indicators-box {