From 3eb8aed576e94d0b0bbfd68b176946acd1572713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aykut=20Karda=C5=9F?= Date: Sat, 16 Jan 2021 21:25:43 +0300 Subject: [PATCH] Loading position updated. --- assets/stylesheet/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/stylesheet/main.css b/assets/stylesheet/main.css index ef2ba7f..fcd1b67 100644 --- a/assets/stylesheet/main.css +++ b/assets/stylesheet/main.css @@ -133,12 +133,15 @@ p:empty:before { width: 80px; height: 80px; border-radius: 50%; - position: relative; box-sizing: border-box; visibility: hidden; opacity: 1; background-color: transparent; transform: scale(0.4); + position: fixed; + z-index: 1; + bottom: 0px; + right: 10px; } .lirik-loading .lirik-loading-bar {