From 34b9bb8c0dcc7628644a22fc31d616449327c843 Mon Sep 17 00:00:00 2001 From: danielc-n Date: Wed, 10 Apr 2024 17:31:04 +0200 Subject: [PATCH] changed place of the 'nprogress' by few px --- styles/nprogress.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/styles/nprogress.css b/styles/nprogress.css index bb1be93fd..4df7127c8 100644 --- a/styles/nprogress.css +++ b/styles/nprogress.css @@ -34,8 +34,8 @@ display: block; position: fixed; z-index: 1031; - top: 15px; - right: 15px; + top: 23px; + right: 10%; } #nprogress .spinner-icon { @@ -90,15 +90,18 @@ 0% { -webkit-transform: rotate(0deg); } + 100% { -webkit-transform: rotate(360deg); } } + @keyframes nprogress-spinner { 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } -} +} \ No newline at end of file