Task status selector in index

This commit is contained in:
2025-10-31 22:42:26 +02:00
parent 8bb22f8e04
commit 74c22b7b3d
11 changed files with 92 additions and 6 deletions
+12
View File
@@ -75,3 +75,15 @@ form {
font-weight: 500;
text-transform: uppercase;
}
details.dropdown {
td & {
margin: 0;
}
&.small {
--pico-form-element-spacing-vertical: 0.25em;
--pico-form-element-spacing-horizontal: 0.5em;
}
}