Only wrap app configure titlebar on mobile
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user