2023-11-24 17:28:46 +08:00
|
|
|
.d-modal.discourse-local-dates-create-modal {
|
|
|
|
.date-time-configuration {
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 0.5em;
|
|
|
|
}
|
|
|
|
.calendar-date-time-input {
|
|
|
|
width: 100%;
|
|
|
|
margin: 0 0 1rem 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.picker-panel {
|
|
|
|
//mysteriously needed to prevent it from overlapping the timezone-input
|
|
|
|
position: relative;
|
|
|
|
z-index: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pika-single {
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|
2024-01-26 16:26:25 +08:00
|
|
|
|
|
|
|
.d-modal.add-pm-participants {
|
|
|
|
.d-modal__body {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
}
|
2024-03-22 23:29:32 +08:00
|
|
|
|
|
|
|
.d-modal.bookmark-reminder-modal {
|
|
|
|
.d-modal__container {
|
|
|
|
min-height: calc(var(--composer-vh, var(--1dvh)) * 85);
|
|
|
|
}
|
|
|
|
}
|