aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/top-airing/trending.module.css
diff options
context:
space:
mode:
authorzephex-alt <[email protected]>2024-04-29 04:15:13 +0000
committerzephex-alt <[email protected]>2024-04-29 04:15:13 +0000
commit3a31abeadeed35dd73f621fbfdb8442240ef41fd (patch)
treed31736642525b29c8a7917f31eff251c2bb48c15 /src/app/anime/top-airing/trending.module.css
parentcode maintainence (diff)
downloaddramalama-3a31abeadeed35dd73f621fbfdb8442240ef41fd.tar.xz
dramalama-3a31abeadeed35dd73f621fbfdb8442240ef41fd.zip
minor UI tweaks to homepages of kdrama and manga section
Diffstat (limited to 'src/app/anime/top-airing/trending.module.css')
-rw-r--r--src/app/anime/top-airing/trending.module.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app/anime/top-airing/trending.module.css b/src/app/anime/top-airing/trending.module.css
index 5b98e57..f8cd0d8 100644
--- a/src/app/anime/top-airing/trending.module.css
+++ b/src/app/anime/top-airing/trending.module.css
@@ -20,6 +20,12 @@
overflow-x: auto;
}
+.trending img {
+ width: auto;
+ height: auto;
+ max-height: 280px;
+}
+
.TrendingContainer:hover .trendingEntries {
opacity: 0.5;
}