2023-11-24 11:28:46 +02:00
|
|
|
.d-modal.discourse-local-dates-create-modal {
|
|
|
|
.date-time-configuration {
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 0.5em;
|
|
|
|
}
|
2025-01-20 15:27:42 +00:00
|
|
|
|
2023-11-24 11:28:46 +02:00
|
|
|
.calendar-date-time-input {
|
|
|
|
width: 100%;
|
|
|
|
margin: 0 0 1rem 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.picker-panel {
|
2025-02-05 20:03:56 +01:00
|
|
|
// mysteriously needed to prevent it from overlapping the timezone-input
|
2023-11-24 11:28:46 +02:00
|
|
|
position: relative;
|
|
|
|
z-index: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pika-single {
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|
2024-01-26 10:26:25 +02:00
|
|
|
|
2025-02-05 00:25:03 +01:00
|
|
|
.d-modal.change-ownership-modal,
|
|
|
|
.d-modal.grant-badge-modal,
|
2024-03-22 16:29:32 +01:00
|
|
|
.d-modal.bookmark-reminder-modal {
|
|
|
|
.d-modal__container {
|
2025-02-13 23:58:19 +01:00
|
|
|
min-height: calc(var(--composer-vh, 1dvh) * 85);
|
2024-03-22 16:29:32 +01:00
|
|
|
}
|
|
|
|
}
|