FIX: ensures local-dates modal is not taking full height on mobile (#7772)
This commit is contained in:
parent
48b9e0d749
commit
32cd9ba59b
|
@ -297,14 +297,16 @@
|
|||
}
|
||||
|
||||
html:not(.mobile-view) {
|
||||
.discourse-local-dates-create-modal.modal-body {
|
||||
.fixed-modal .discourse-local-dates-create-modal.modal-body {
|
||||
width: 600px;
|
||||
max-height: 400px;
|
||||
max-height: 400px !important;
|
||||
}
|
||||
}
|
||||
|
||||
html.mobile-view {
|
||||
.discourse-local-dates-create-modal.modal-body {
|
||||
.fixed-modal .discourse-local-dates-create-modal.modal-body {
|
||||
max-height: 400px !important;
|
||||
|
||||
.date-time-configuration {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue