made the hw-stats bar taller, so the close button doesn't touch any borders

main
Amir Alexander Abdelbaki 2026-07-06 10:12:13 +02:00
parent b3b46a125b
commit 4fe6181a93
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ drawingarea {
.quad-icon { color: @accent; font-size: 15pt; } .quad-icon { color: @accent; font-size: 15pt; }
/* minimalist system-stats line (top of the panel) */ /* minimalist system-stats line (top of the panel) */
.statsbar { padding: 1px 8px; } .statsbar { padding: 19px 8px; }
.statsbar .stat-icon { color: @accent; font-size: 11pt; } .statsbar .stat-icon { color: @accent; font-size: 11pt; }
.statsbar .stat-value { color: @text; font-size: 10pt; } .statsbar .stat-value { color: @text; font-size: 10pt; }