Reduce headerbar height

This commit is contained in:
Johannes Zellner
2025-03-23 10:06:10 +01:00
parent 5ef0ad9a3e
commit c4452c99ae

View File

@@ -99,7 +99,7 @@ onMounted(async () => {
.headerbar {
display: flex;
padding: 10px;
padding: 6px;
align-items: center;
gap: 15px;
}