aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime
diff options
context:
space:
mode:
authorzephex-alt <[email protected]>2024-04-29 04:30:06 +0000
committerzephex-alt <[email protected]>2024-04-29 04:30:06 +0000
commitc60af963c720a71bd129e2bbe6af3d2b3775e4fc (patch)
tree05297dfac7427a82b3be9744cfe4cba28e3b7727 /src/app/anime
parentsome seo stuff (diff)
downloaddramalama-c60af963c720a71bd129e2bbe6af3d2b3775e4fc.tar.xz
dramalama-c60af963c720a71bd129e2bbe6af3d2b3775e4fc.zip
adjusted the width and height of the image just by a little
Diffstat (limited to 'src/app/anime')
-rw-r--r--src/app/anime/recent/recent.module.css3
-rw-r--r--src/app/anime/top-airing/trending.module.css3
2 files changed, 2 insertions, 4 deletions
diff --git a/src/app/anime/recent/recent.module.css b/src/app/anime/recent/recent.module.css
index 3192e8a..47929ed 100644
--- a/src/app/anime/recent/recent.module.css
+++ b/src/app/anime/recent/recent.module.css
@@ -22,8 +22,7 @@
.Recent img {
width: auto;
- height: auto;
- max-height: 270px;
+ height: 280px;
}
.RecentContainer:hover .RecentEntries {
diff --git a/src/app/anime/top-airing/trending.module.css b/src/app/anime/top-airing/trending.module.css
index f8cd0d8..1ce9b45 100644
--- a/src/app/anime/top-airing/trending.module.css
+++ b/src/app/anime/top-airing/trending.module.css
@@ -22,8 +22,7 @@
.trending img {
width: auto;
- height: auto;
- max-height: 280px;
+ height: 280px;
}
.TrendingContainer:hover .trendingEntries {