dashboard #1

Merged
andi merged 118 commits from dashboard into master 2024-09-29 06:47:35 +00:00
Showing only changes of commit 53e7a21602 - Show all commits

View File

@@ -26,6 +26,15 @@
flex-direction: column; flex-direction: column;
} }
.editable-hovered {
visibility: hidden;
}
.editable:hover .editable-hovered{
visibility: visible;
}
.handle { .handle {
display: block; display: block;
height: 1.5em; height: 1.5em;