feat: complete deletion of items on request

This commit is contained in:
Per Stark
2025-01-30 16:38:32 +01:00
parent 5d86be457c
commit fe9505e39d
8 changed files with 178 additions and 26 deletions

View File

@@ -2406,6 +2406,9 @@
}
}
}
.z-4 {
z-index: 4;
}
.tab-content {
order {
}
@@ -3503,6 +3506,9 @@
.h-5 {
height: calc(var(--spacing) * 5);
}
.h-6 {
height: calc(var(--spacing) * 6);
}
.h-32 {
height: calc(var(--spacing) * 32);
}
@@ -3512,6 +3518,9 @@
.min-h-screen {
min-height: 100vh;
}
.w-2 {
width: calc(var(--spacing) * 2);
}
.w-5 {
width: calc(var(--spacing) * 5);
}