mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-21 08:59:30 +01:00
feat: complete deletion of items on request
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user