Simple Resize System

Man kann erstellte Termine nach oben und unter resizen
This commit is contained in:
brausjonas
2023-05-05 14:00:36 +02:00
parent bf8e8700b7
commit 1ebcecf640
2 changed files with 133 additions and 33 deletions
+9 -1
View File
@@ -211,6 +211,7 @@ Calender View
justify-content: stretch;
gap: 2px;
padding: 2px;
user-select: none;
}
.calender-view .spalte
@@ -245,10 +246,17 @@ Calender View
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 2px;
padding: 0px 2px;
align-items: center;
}
.entry .resize-grab
{
height: 3px;
cursor: row-resize;
width: 100%;
}
.entry p
{
color: white;