From ea6d21634dd85d437e15e59b6fff95a22f9289f8 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 7 Dec 2017 18:42:08 +0100 Subject: [PATCH] fix: css.container (loader did not keep its ratio) --- public_html/css/container.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/css/container.css b/public_html/css/container.css index 1109b72..677801b 100644 --- a/public_html/css/container.css +++ b/public_html/css/container.css @@ -120,7 +120,7 @@ border: none; background: url('/image/loader/send-input.svg') -1em center no-repeat; - background-size: 1em 1em; + background-size: 1em auto; font-size: inherit; font-family: inherit;