calendar-strip - fix border, remove animation

This commit is contained in:
isUnknown 2024-09-16 15:04:09 +02:00
parent c27dfc2e0c
commit 587f87f2c5
2 changed files with 4 additions and 2 deletions

View file

@ -69,10 +69,11 @@
background-color: #fff;
z-index: 0;
border-bottom: var(--border);
box-sizing: border-box;
display: grid;
grid-template-rows: 0fr;
transition: all 0.5s ease-in-out;
/* transition: all 0.5s ease-in-out; */
}
.calendar-strip__date > * {
@ -81,6 +82,7 @@
.calendar-strip__date.open {
grid-template-rows: 1fr;
border-top: var(--border);
}
.calendar-strip .session {