Improved dialog layout with separate mobile portrait mode.
This commit is contained in:
@@ -658,6 +658,13 @@ th {
|
||||
grid-template-columns: auto auto;
|
||||
}
|
||||
|
||||
.global-status {
|
||||
top: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* Mobile portrait (touch) or very narrow screens: stack buttons */
|
||||
@media (max-width: 500px) and (orientation: portrait) and (pointer: coarse), (max-width: 350px) {
|
||||
button {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -665,10 +672,6 @@ th {
|
||||
.button-row {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.global-status {
|
||||
top: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.dialog-backdrop {
|
||||
|
||||
Reference in New Issue
Block a user