Loaders
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user