Fix minor design bug
This commit is contained in:
parent
ffe55bee99
commit
7f17b0e782
1 changed files with 1 additions and 17 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue