chore: waybar font for laptop monitor scale

This commit is contained in:
hesam-init 2024-04-11 14:49:17 +03:30
parent 4268e76057
commit b907255503
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
@import "../style/main.css"; @import "../style/main.css";
* { * {
font-size: 12px; font-size: 10px;
} }
window { window {
@ -10,7 +10,7 @@ window {
} }
window>box { window>box {
min-height: 36px; min-height: 32px;
padding: 6px; padding: 6px;
padding-bottom: 2px; padding-bottom: 2px;
} }