diff options
| author | real-zephex <[email protected]> | 2024-04-26 10:39:43 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-26 10:39:43 +0530 |
| commit | 097b483b8a20c249e54f4eab184784956bef3c29 (patch) | |
| tree | 0f4ec99894739068d96b98e446b3466d8ce3a71a /src/app/manga | |
| parent | fixes: changed the manga.svg to manga.png (diff) | |
| download | dramalama-097b483b8a20c249e54f4eab184784956bef3c29.tar.xz dramalama-097b483b8a20c249e54f4eab184784956bef3c29.zip | |
fixes: changed the manga.svg to manga.png
Diffstat (limited to 'src/app/manga')
| -rw-r--r-- | src/app/manga/manga.module.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/manga/manga.module.css b/src/app/manga/manga.module.css index 96671c2..3dc253b 100644 --- a/src/app/manga/manga.module.css +++ b/src/app/manga/manga.module.css @@ -11,6 +11,11 @@ align-items: center; } +.MangaImage { + width: auto; + height: auto; +} + .SearchBar { display: flex; align-items: center; |