Calender View Bug Fix

This commit is contained in:
brausjonas
2023-05-05 20:04:07 +02:00
parent 33ba88abef
commit fd43a158dd
3 changed files with 40 additions and 9 deletions
+3 -1
View File
@@ -278,10 +278,11 @@ Calender View
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 0px 2px;
padding: 0 2px;
align-items: center;
cursor: move;
z-index: 10;
overflow: hidden;
}
.entry .resize-grab
@@ -291,6 +292,7 @@ Calender View
width: 100%;
}
.entry p
{
color: white;