Add entry edit form and options

This commit is contained in:
Tilman Behrend 2025-09-14 22:59:50 +02:00
parent 7b55e8770c
commit 646355d0f9
11 changed files with 1352 additions and 36 deletions

View file

@ -62,7 +62,7 @@ $image-size: 80px;
.median {
position: absolute;
top: 54.75%;
top: 51%;
left: 0;
right: 0;
height: 2px;
@ -76,6 +76,7 @@ $image-size: 80px;
height: 100%;
overflow-x: auto;
overflow-y: hidden;
min-height:400px;
&::-webkit-scrollbar {
display: none;
}