Fix minor design bug

This commit is contained in:
Kevin Kandlbinder 2024-02-11 21:23:30 +00:00
parent ffe55bee99
commit 7f17b0e782

View file

@ -54,23 +54,6 @@
gap: var(--gap);
margin: var(--gap);
@media (width < 700px) {
/*flex-direction: column;
gap: 0;*/
.calendar {
//display: none !important;
/*align-self: flex-start;
margin-bottom: -5px;
margin-left: 25px;
.day-month {
border-radius: 0 !important;
height: 24px;
}*/
}
}
.details {
background-color: var(--color-surface);
flex-grow: 1;
@ -84,6 +67,7 @@
scrollbar-width: thin;
display: flex;
align-items: center;
height: 100%;
}
&::after {