Loaders
Some checks failed
Rust / Test (push) Has been cancelled
Rust / Rustfmt (push) Has been cancelled
Rust / Clippy (push) Has been cancelled
Rust / Code coverage (push) Has been cancelled

This commit is contained in:
Alphonse Paix
2025-09-23 23:47:30 +02:00
parent b1e315921e
commit 3153b99d94
7 changed files with 72 additions and 31 deletions

View File

@@ -1,6 +1,24 @@
@import "tailwindcss";
@plugin "@tailwindcss/typography";
@layer utilities {
.htmx-indicator {
@apply hidden;
}
.htmx-request .htmx-indicator {
@apply inline-flex items-center ml-2;
}
#load-more .htmx-indicator {
@apply block;
}
.htmx-request .continue-text {
@apply hidden;
}
}
@layer components {
.prose-compact {
@apply prose prose-slate max-w-none;