Team member ordering

This commit is contained in:
Kalle
2026-06-14 15:45:41 +03:00
parent 538c75b13a
commit 7d610e6465
24 changed files with 245 additions and 50 deletions

View File

@@ -16,13 +16,6 @@
border-radius: var(--header-border-radius) var(--header-border-radius) 0 0;
}
.dragHandle {
width: var(--s-5);
height: var(--s-5);
cursor: grab;
color: var(--color-text-high);
}
.headerLabel {
flex: 1;
font-size: var(--font-xs);