Fix alignment issue

This commit is contained in:
fraxle
2026-07-06 18:45:46 +01:00
parent 56ec002b41
commit fd7ed5dfcc
2 changed files with 12 additions and 0 deletions
+4
View File
@@ -638,6 +638,10 @@ body.tl-scrubbing * { transition: none !important; }
grid-area: auto;
}
.header-left {
align-items: center; /* centre the wordmark along with everything else */
}
.header-right {
align-items: center; /* centre the "Why it feels like" panel under the dial */
}