diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 36506a5c..3c44df6b 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -493,7 +493,8 @@ input[type="checkbox"]:checked+label { } .dumb_loader_thing { display: inline-block; - margin: 1em; - font-size: 3em; + margin: 1em .3em 1em 1em; + padding: 0 1.2em 0 0; + font-size: 4em; animation: spin 1s linear infinite; }