contact search and new amount editor

This commit is contained in:
Paul Miller
2023-11-16 23:37:29 -06:00
committed by Tony Giorgio
parent 077ccb2a63
commit bc2fbf9b2f
65 changed files with 2045 additions and 2483 deletions

View File

@@ -4,7 +4,7 @@
body {
@apply text-white;
@apply min-h-[100dvh] overflow-y-scroll overscroll-none safe-top safe-bottom disable-scrollbars;
@apply flex min-h-[100dvh] flex-col overflow-y-scroll overscroll-none safe-top safe-bottom disable-scrollbars;
}
html {
@@ -12,6 +12,10 @@ html {
@apply bg-neutral-900;
}
#root {
@apply flex flex-1 flex-col;
}
@media (prefers-color-scheme: light) {
/* we don't support this but I want the browser to know I care */
}