summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-25 14:55:32 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-25 14:55:32 +0200
commit3476daa046ca287a3868536778e1a53382edcafb (patch)
tree3507a57579205854476fca63106c6c6c4e3e8193 /src/static
parent847d1f3355d323782ca00456b64c319da4c292c1 (diff)
Add loading indicator
Diffstat (limited to 'src/static')
-rw-r--r--src/static/loading.gifbin0 -> 8328 bytes
-rw-r--r--src/static/style.css6
2 files changed, 6 insertions, 0 deletions
diff --git a/src/static/loading.gif b/src/static/loading.gif
new file mode 100644
index 0000000..b8c493b
--- /dev/null
+++ b/src/static/loading.gif
Binary files differ
diff --git a/src/static/style.css b/src/static/style.css
index bfa6465..0e5e198 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -169,3 +169,9 @@ a {
#emoticon-guide:hover {
background-position: 0 -22px;
}
+.is-loading {
+ background: url("loading.gif") center no-repeat;
+}
+.h32 {
+ height: 32px;
+}