feat(ui): image tabblad sorteren toegevoegd

This commit is contained in:
kodi
2026-02-21 14:34:55 +01:00
parent d28633a22d
commit 597388055c
3 changed files with 115 additions and 6 deletions
+13
View File
@@ -417,4 +417,17 @@ pre{
.badge-yellow {
background: #f1c40f;
color: black;
}
.sortable {
cursor: pointer;
user-select: none;
}
.sort-indicator{
display: inline-block;
width: 14px; /* vaste ruimte => geen verspringen */
text-align: center;
font-size: 11px;
margin-left: 4px;
opacity: .75;
}