Panel: decrease panel size

This commit is contained in:
Vladyslav Hroshev
2023-06-17 13:09:43 +03:00
parent 62a1531969
commit 7da483ba7c

View File

@@ -1,7 +1,7 @@
/* Panel */ /* Panel */
#panel { #panel {
background-color: BACKGROUND-COLOR; background-color: BACKGROUND-COLOR;
height: 38px; height: 36px;
font-size: 14px; font-size: 14px;
box-shadow: none; box-shadow: none;
} }