From 06b2adcd10811b92b079294dbdab65727ff2015b Mon Sep 17 00:00:00 2001 From: real-zephex Date: Wed, 29 May 2024 10:01:52 +0530 Subject: =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20perf(deps):=20upgrade=20to=20react?= =?UTF-8?q?=2019=20and=20next=20js=2015,=20add=20loading=20screen,=20drop?= =?UTF-8?q?=20mangas=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/manga/loading.module.css | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/app/manga/loading.module.css (limited to 'src/app/manga/loading.module.css') diff --git a/src/app/manga/loading.module.css b/src/app/manga/loading.module.css deleted file mode 100644 index d52e913..0000000 --- a/src/app/manga/loading.module.css +++ /dev/null @@ -1,22 +0,0 @@ -.Main { - height: 100dvh; - width: 100dvw; - display: flex; - justify-content: center; - align-items: center; -} - -.LoadingContainer { - width: 50px; - height: 50px; - border-radius: 50%; - border: 8px solid; - border-color: #f4f4f4 #0000; - animation: s1 1s infinite; -} - -@keyframes s1 { - to { - transform: rotate(0.5turn); - } -} -- cgit v1.2.3