discourse/app/assets/stylesheets/mobile/modal-overrides.scss
chapoi 0b352ce7fb
UX: fix date time modal on mobile (#24531)
* UX: fix date time modal
2023-11-24 10:28:46 +01:00

21 lines
390 B
SCSS

.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;
}
}