From e5935c15af0375240fa7c711dc99101fa48048be Mon Sep 17 00:00:00 2001 From: real-zephex Date: Wed, 10 Apr 2024 01:19:20 +0530 Subject: UI changes --- src/app/manga/manga.module.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'src/app/manga/manga.module.css') diff --git a/src/app/manga/manga.module.css b/src/app/manga/manga.module.css index dab15a3..e88b6ea 100644 --- a/src/app/manga/manga.module.css +++ b/src/app/manga/manga.module.css @@ -4,14 +4,19 @@ align-items: center; justify-content: center; height: 100dvh; + width: 100dvw; +} + +.MangaSVG { + height: auto; + width: auto; } .SearchBar { display: flex; align-items: center; - border-radius: 10px; background: #1f1f1f; - margin-top: -10px; + margin-top: 10px; border-style: dotted; border-color: rgb(63, 63, 63); border-width: 2px; @@ -27,4 +32,10 @@ color: white; font-family: "Kanit"; font-size: 16px; +} + +@media screen and (max-width: 768px) { + .MangaSVG { + width: 100%; + } } \ No newline at end of file -- cgit v1.2.3