From 4386a5a894d973c91c6e4c87adcb119eb790a3c3 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Tue, 5 May 2020 10:22:09 +0530 Subject: [PATCH] Move down spinner --- shell.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shell.html b/shell.html index 36c801d..59138fd 100644 --- a/shell.html +++ b/shell.html @@ -22,9 +22,8 @@ } #spinner { position: fixed; - top: 50%; + bottom: 20px; left: 20px; - transform: translateY(-50%); } .spinner { height: 50px;