DEV: Update discourse-local-dates to new Modal API (#23560)

This commit is contained in:
David Taylor
2023-09-13 15:00:38 +01:00
committed by GitHub
parent e4849445ce
commit 8a57798419
8 changed files with 226 additions and 240 deletions

View File

@ -48,7 +48,7 @@ div[data-tippy-root] {
}
}
.discourse-local-dates-create-modal-footer {
.discourse-local-dates-create-modal .modal-footer {
display: flex;
align-items: center;
justify-content: flex-start;
@ -69,6 +69,7 @@ div[data-tippy-root] {
display: flex;
flex-direction: row;
padding: 0.5em;
overflow: auto;
.form {
flex: 1 0 0px;