From eb5afd612a5bfb005ce9d31a2958662a9c62a388 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Wed, 24 Apr 2024 09:10:40 +0530 Subject: the image proxy was not working for some reason so switched it to shashstrom's proxy, here: https://github.com/shashstormer/m3u8_proxy-cors. \nFixed the image width and height for continue watching page. --- src/app/manga/history/continueWatching/cw.module.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/app/manga/history/continueWatching') diff --git a/src/app/manga/history/continueWatching/cw.module.css b/src/app/manga/history/continueWatching/cw.module.css index 645f45a..7d7c199 100644 --- a/src/app/manga/history/continueWatching/cw.module.css +++ b/src/app/manga/history/continueWatching/cw.module.css @@ -26,9 +26,8 @@ } .animeEntry img { - width: auto; + width: 10%; height: auto; - max-height: 40dvh; border-radius: 0.8rem; } @@ -70,6 +69,9 @@ @media screen and (max-width: 768px) { .animeContainer { font-size: 14px; + } + .animeEntry img { + width: 35%; } } \ No newline at end of file -- cgit v1.2.3