diff options
| author | winter | 2025-01-17 17:40:58 +0000 |
|---|---|---|
| committer | winter | 2025-01-17 17:40:58 +0000 |
| commit | 8d7727e6d1a8f69dbe43390a3ef2f7a7880c42bc (patch) | |
| tree | 87811f846c136a45268d23d7436cb689094468a2 /static/misc.css | |
| parent | 3bd6cf6cd2eda9aa95c734df58af11bbae57ce04 (diff) | |
add a loading indicator
Diffstat (limited to 'static/misc.css')
| -rw-r--r-- | static/misc.css | 7 |
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; } |
