Dieser Commit ist enthalten in:
hendrik_gebhardt@gmx.de
2026-01-10 10:32:52 +00:00
committet von Server Deploy
Ursprung 7d67557be4
Commit ef153789cc
20 geänderte Dateien mit 13613 neuen und 333 gelöschten Zeilen

Datei anzeigen

@ -691,12 +691,16 @@
position: fixed;
min-width: 280px;
max-width: 350px;
max-height: 80vh;
padding: var(--spacing-4);
background: var(--bg-card);
border: 1px solid var(--border-default);
border-radius: var(--radius-xl);
box-shadow: var(--shadow-xl);
z-index: var(--z-dropdown);
display: flex;
flex-direction: column;
overflow: hidden;
}
.calendar-day-detail-header {
@ -717,8 +721,9 @@
display: flex;
flex-direction: column;
gap: var(--spacing-2);
max-height: 300px;
flex: 1;
overflow-y: auto;
margin-bottom: var(--spacing-3);
}
.calendar-detail-task {