diff options
| author | real-zephex <[email protected]> | 2024-04-10 01:19:20 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-10 01:19:20 +0530 |
| commit | e5935c15af0375240fa7c711dc99101fa48048be (patch) | |
| tree | e1807c8552c25b0f2f10d55dce59725606bb4b66 /src/app/manga/manga.module.css | |
| parent | prolly the last update to dramalama. (diff) | |
| download | dramalama-e5935c15af0375240fa7c711dc99101fa48048be.tar.xz dramalama-e5935c15af0375240fa7c711dc99101fa48048be.zip | |
UI changes
Diffstat (limited to 'src/app/manga/manga.module.css')
| -rw-r--r-- | src/app/manga/manga.module.css | 15 |
1 files changed, 13 insertions, 2 deletions
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 |