From a838a24088b1c5990e9fd9001578b86d81e29a02 Mon Sep 17 00:00:00 2001 From: Atul Varma Date: Wed, 1 Sep 2021 09:42:41 -0400 Subject: [PATCH] Make loading throbber 64x64px. --- lib/loading-indicator.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/loading-indicator.css b/lib/loading-indicator.css index 31832c5..62b1602 100644 --- a/lib/loading-indicator.css +++ b/lib/loading-indicator.css @@ -7,7 +7,7 @@ } .loading-indicator svg { - width: 25%; - height: 25%; + width: 64px; + height: 64px; fill: lightgray; }