From 3476daa046ca287a3868536778e1a53382edcafb Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 25 Jul 2024 14:55:32 +0200 Subject: Add loading indicator --- src/static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/static/style.css') 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; +} -- cgit v1.2.3