mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 02:25:35 +01:00
Fixed session weekly rendering bug.
This commit is contained in:
parent
e853ed7ae9
commit
ceacc25021
2 changed files with 6 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue