The html/class structure has slightly changed, so these selectors were no longer working as intended
This commit is contained in:
parent
e0daacf3ef
commit
38c8fc6136
|
@ -254,7 +254,7 @@ div[data-tippy-root] {
|
||||||
}
|
}
|
||||||
|
|
||||||
html:not(.mobile-view) {
|
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
|
width: 40em; // using ems to scale with user font size
|
||||||
max-width: 100vw; // avoids overflow if someone has extreme font-sizes impacting width
|
max-width: 100vw; // avoids overflow if someone has extreme font-sizes impacting width
|
||||||
max-height: 400px !important;
|
max-height: 400px !important;
|
||||||
|
@ -262,7 +262,7 @@ html:not(.mobile-view) {
|
||||||
}
|
}
|
||||||
|
|
||||||
html.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;
|
max-height: 400px !important;
|
||||||
|
|
||||||
.date-time-configuration {
|
.date-time-configuration {
|
||||||
|
|
Loading…
Reference in New Issue