Reset panel height

This commit is contained in:
Vladyslav Hroshev
2023-03-17 04:27:37 +02:00
parent 1c8f923377
commit 56c219aa68

View File

@@ -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 {