chore(calendar): minor improvements on mobile

This commit is contained in:
Elian Doran 2026-01-31 11:11:01 +02:00
parent 2fa9b2e4dd
commit f3bcab813a
No known key found for this signature in database

View File

@ -59,13 +59,19 @@
overflow: hidden;
}
.calendar-view .collection-properties .center-container {
justify-content: center;
.calendar-view .collection-properties {
.center-container {
.title {
min-width: 150px;
font-size: 1.2em;
text-align: center;
}
}
.title {
min-width: 150px;
font-size: 1.2em;
text-align: center;
@media (max-width: 991px) {
.center-container {
padding: 0.5em 0;
}
}
}