Merged in finished CalendarGrid

This commit is contained in:
knownotunknown
2024-02-19 18:27:06 -06:00
parent c676be4765
commit 11fece0595
7 changed files with 271 additions and 93 deletions

View File

@@ -1,7 +1,7 @@
.calendarCell {
display: flex;
width: 213.8px;
height: 44.769px;
width: 100%;
height: 100%;
min-width: 45px;
min-height: 40px;
flex-direction: column;
@@ -11,8 +11,8 @@
}
.hourLine {
width: 213.8px;
width: 100%;
height: 1px;
border-radius: var(--border-radius-none, 0px);
border-radius: 0px;
background: rgba(218, 220, 224, 0.25);
}