aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/misc.css
diff options
context:
space:
mode:
authorwinter2025-01-17 17:40:58 +0000
committerwinter2025-01-17 17:40:58 +0000
commit8d7727e6d1a8f69dbe43390a3ef2f7a7880c42bc (patch)
tree87811f846c136a45268d23d7436cb689094468a2 /static/misc.css
parent3bd6cf6cd2eda9aa95c734df58af11bbae57ce04 (diff)
add a loading indicator
Diffstat (limited to 'static/misc.css')
-rw-r--r--static/misc.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/misc.css b/static/misc.css
index 6b88e63..4271cbe 100644
--- a/static/misc.css
+++ b/static/misc.css
@@ -80,6 +80,13 @@ span.unreadIndicator {
}
}
+.htmx-indicator {
+ visibility: hidden;
+ &.htmx-request {
+ visibility: inherit;
+ }
+}
+
[hidden] {
display: none;
}