Format documents
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 6s

This commit is contained in:
2026-05-03 16:11:43 +02:00
parent a1da9fb440
commit 817de6a0ee
12 changed files with 103 additions and 184 deletions

38
dist/sigpro-ui.css vendored
View File

@@ -2732,9 +2732,47 @@
.start {
inset-inline-start: var(--spacing);
}
.dropdown-end {
@layer daisyui.l1.l2 {
--anchor-h: span-left;
:where(.dropdown-content) {
inset-inline-end: calc(0.25rem * 0);
translate: 0 0;
[dir="rtl"] & {
translate: 0 0;
}
}
&.dropdown-left {
--anchor-h: left;
--anchor-v: span-top;
.dropdown-content {
top: auto;
bottom: calc(0.25rem * 0);
}
}
&.dropdown-right {
--anchor-h: right;
--anchor-v: span-top;
.dropdown-content {
top: auto;
bottom: calc(0.25rem * 0);
}
}
}
}
.end {
inset-inline-end: var(--spacing);
}
.dropdown-bottom {
@layer daisyui.l1.l2 {
--anchor-v: bottom;
.dropdown-content {
top: 100%;
bottom: auto;
transform-origin: top;
}
}
}
.top-0 {
top: calc(var(--spacing) * 0);
}