feat: ingress form in modal & delete relationship

This commit is contained in:
Per Stark
2025-02-12 13:59:32 +01:00
parent e8e7f610de
commit e7c666c054
13 changed files with 200 additions and 61 deletions

View File

@@ -1,5 +1,9 @@
@import 'tailwindcss';
@plugin "daisyui";
@plugin "daisyui" {
exclude: rootscrollbargutter;
}
@plugin "@tailwindcss/typography";
@config '../tailwind.config.js';
@@ -22,6 +26,10 @@
@apply font-satoshi;
}
html {
scrollbar-gutter: stable;
}
*,
::after,
::before,