mirror of
https://github.com/discourse/discourse.git
synced 2025-09-10 21:01:33 +08:00
FIX: ensures local-dates modal is not taking full height on mobile (#7772)
This commit is contained in:
parent
48b9e0d749
commit
32cd9ba59b
1 changed files with 5 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue