Only wrap app configure titlebar on mobile

This commit is contained in:
Johannes Zellner
2025-10-06 15:43:43 +02:00
parent 43962c4a5a
commit be416fd335
+6 -1
View File
@@ -317,7 +317,12 @@ onBeforeUnmount(() => {
display: flex;
gap: 10px;
justify-content: space-between;
flex-wrap: wrap;
}
@media (max-width: 576px) {
.titlebar {
flex-wrap: wrap;
}
}
.titlebar h2 {