Fixed session weekly rendering bug.

This commit is contained in:
Mike Cao 2024-08-18 00:15:20 -07:00
parent e853ed7ae9
commit ceacc25021
2 changed files with 6 additions and 3 deletions

View file

@ -13,16 +13,19 @@
.day {
display: flex;
flex-direction: column;
align-items: start;
justify-content: start;
gap: 1px;
position: relative;
}
.cell {
display: flex;
align-items: center;
background-color: var(--base100);
width: 20px;
height: 20px;
margin: auto;
align-items: start;
}
.hour {