Makes print checks basically work.

This commit is contained in:
Bryce
2024-03-16 19:50:04 -07:00
parent 5b9c4b7aef
commit a972df1d43
12 changed files with 2134 additions and 1503 deletions

View File

@@ -135,6 +135,14 @@
display: inherit;
}
.htmx-request .htmx-indicator-invisible {
visibility: hidden !important;
}
.htmx-indicator-invisible {
display: inherit;
}
.htmx-swapping .fade-out {
opacity: 0.0 !important;
}