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/manga.module.css | 73 ------------------------------------------ 1 file changed, 73 deletions(-) delete mode 100644 src/app/manga/manga.module.css (limited to 'src/app/manga/manga.module.css') diff --git a/src/app/manga/manga.module.css b/src/app/manga/manga.module.css deleted file mode 100644 index cd18c0a..0000000 --- a/src/app/manga/manga.module.css +++ /dev/null @@ -1,73 +0,0 @@ -.Main { - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - height: 100vh; -} - -.searchMain { - display: flex; - align-items: center; - justify-content: center; -} - -.MangaImage { - width: auto; - height: auto; -} - -.SearchBar { - display: flex; - align-items: center; - background: #121212; - padding: 0.2rem; - border-radius: 0.5rem; - width: 20dvw; - margin-top: 0.3rem; -} - -.histButton button { - margin: 0px 5px 0px 5px; - border-radius: 0.2rem; - padding: 0.4rem; - border: none; - outline: none; - font-family: "Lexend Deca", serif; - background: #1f1f1f; - color: white; - cursor: pointer; -} - -.SearchBar input { - background: none; - outline: none; - border: none; - margin-left: 5px; - padding: 4px; - width: 100%; - color: white; - font-family: "Lexend Deca", serif; - font-size: 16px; -} - -.SearchBar input::placeholder { - color: rgb(71, 71, 71); -} - -@media screen and (max-width: 768px) { - .SearchBar { - width: 40vw; - } -} - -@media screen and (max-width: 425px) { - .MangaImage { - width: 100%; - height: auto; - } - - .SearchBar { - width: 60dvw; - } -} \ No newline at end of file -- cgit v1.2.3