Simple Resize System
Man kann erstellte Termine nach oben und unter resizen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user