fix header bar on mobile

This commit is contained in:
Lennart
2025-07-04 21:52:23 +02:00
parent ae20573670
commit ec89cd6fa5

View File

@@ -27,7 +27,8 @@
}
}
html, dialog {
html,
dialog {
background-color: var(--background-color);
color: var(--text-on-background-color);
}
@@ -54,11 +55,13 @@ a {
header {
background: var(--background-darker);
height: 60px;
min-height: 60px;
font-weight: bold;
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
padding: 12px;
padding: 4px 12px;
border: 2px solid var(--border-color);
border-radius: 12px;