aboutsummaryrefslogtreecommitdiff
path: root/src/app/manga/manga.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-29 10:01:52 +0530
committerreal-zephex <[email protected]>2024-05-29 10:01:52 +0530
commit06b2adcd10811b92b079294dbdab65727ff2015b (patch)
tree03205287b4f8fa77b251c6b94bac515db04ef314 /src/app/manga/manga.module.css
parent✨ feat(series): rewrite series page and drop manga support (diff)
downloaddramalama-06b2adcd10811b92b079294dbdab65727ff2015b.tar.xz
dramalama-06b2adcd10811b92b079294dbdab65727ff2015b.zip
⚡️ perf(deps): upgrade to react 19 and next js 15, add loading screen, drop mangas support
Diffstat (limited to 'src/app/manga/manga.module.css')
-rw-r--r--src/app/manga/manga.module.css73
1 files changed, 0 insertions, 73 deletions
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