initial commit (#826)

Co-authored-by: Christian Beutel <>
This commit is contained in:
Flomp
2026-02-20 13:56:58 +01:00
committed by GitHub
parent 623bc7b036
commit 23b0913c9a
2 changed files with 5 additions and 3 deletions

View File

@@ -31,7 +31,9 @@
--color-footer-background: rgba(var(--footer-background));
--color-separator: rgba(var(--separator));
--font-sans: "IBMPlexSans"
--font-sans: "IBMPlexSans";
--fa-width: auto;
}
@layer base {

View File

@@ -410,7 +410,7 @@
})}{:else if mode == "multi-select"}
<button
aria-label="Open dropdown"
class="btn-primary flex-shrink-0 !font-medium"
class="btn-primary shrink-0 font-medium!"
onclick={openDropdown}
>
<span
@@ -422,7 +422,7 @@
{:else}
<button
aria-label="Open dropdown"
class=" btn-primary !rounded-full h-12 w-12"
class="btn-primary rounded-full! h-12 w-12"
onclick={openDropdown}
>
<i class="fa fa-ellipsis-vertical"></i>