From 8d7727e6d1a8f69dbe43390a3ef2f7a7880c42bc Mon Sep 17 00:00:00 2001 From: winter Date: Fri, 17 Jan 2025 17:40:58 +0000 Subject: add a loading indicator --- static/misc.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static/misc.css') 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; } -- cgit v1.3