mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
fix(mobile): increase dialog content max-height to 90vh on mobile
Increases max-height of mat-mdc-dialog-content from default to 90vh on mobile viewports (≤599px) to better utilize available screen space and reduce unnecessary scrolling in dialogs like the schedule task dialog.
This commit is contained in:
parent
36f91a845f
commit
a9b969f2f1
1 changed files with 4 additions and 0 deletions
|
|
@ -83,6 +83,10 @@ body .mat-mdc-dialog-content {
|
|||
mat-form-field {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@include media-queries.mq(xs, max) {
|
||||
max-height: 90vh !important;
|
||||
}
|
||||
}
|
||||
|
||||
body .mat-mdc-dialog-surface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue