fix(calendar): layout broken on desktop

This commit is contained in:
Elian Doran 2026-01-31 11:54:23 +02:00
parent 0e164b9daa
commit 83e585ed35
No known key found for this signature in database

View File

@ -71,7 +71,7 @@
.calendar-view .collection-properties {
.center-container {
order: 100;
justify-content: center;
.title {
min-width: 150px;
@ -90,6 +90,8 @@
}
.center-container {
order: 100;
.title {
flex-grow: 1;
}