FIX: discourse-local-dates mobile layout following 8a577984 (#23564)

The html/class structure has slightly changed, so these selectors were no longer working as intended
This commit is contained in:
David Taylor 2023-09-13 16:24:28 +01:00 committed by GitHub
parent e0daacf3ef
commit 38c8fc6136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ div[data-tippy-root] {
}
html:not(.mobile-view) {
.fixed-modal .discourse-local-dates-create-modal.modal-body {
.discourse-local-dates-create-modal .modal-body {
width: 40em; // using ems to scale with user font size
max-width: 100vw; // avoids overflow if someone has extreme font-sizes impacting width
max-height: 400px !important;
@ -262,7 +262,7 @@ html:not(.mobile-view) {
}
html.mobile-view {
.fixed-modal .discourse-local-dates-create-modal.modal-body {
.discourse-local-dates-create-modal .modal-body {
max-height: 400px !important;
.date-time-configuration {