Workspace: less chunky when no numbers

This commit is contained in:
LemmyCook 2025-09-16 08:55:36 -04:00
parent 2e63f93d41
commit 0da59954cd
2 changed files with 8 additions and 2 deletions

View file

@ -91,7 +91,7 @@ Singleton {
return barHeight * 0.95
}
if (Settings.data.bar.density === "default") {
return barHeight * 0.85
return barHeight * 0.82
}
if (Settings.data.bar.density === "comfortable") {
return barHeight * 0.73