aboutsummaryrefslogtreecommitdiff
path: root/src/app/manga
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-04-26 10:39:43 +0530
committerreal-zephex <[email protected]>2024-04-26 10:39:43 +0530
commit097b483b8a20c249e54f4eab184784956bef3c29 (patch)
tree0f4ec99894739068d96b98e446b3466d8ce3a71a /src/app/manga
parentfixes: changed the manga.svg to manga.png (diff)
downloaddramalama-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.css5
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;