aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/recent/recent.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/anime/recent/recent.module.css')
-rw-r--r--src/app/anime/recent/recent.module.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app/anime/recent/recent.module.css b/src/app/anime/recent/recent.module.css
index baa93ba..3192e8a 100644
--- a/src/app/anime/recent/recent.module.css
+++ b/src/app/anime/recent/recent.module.css
@@ -20,6 +20,12 @@
overflow-x: auto;
}
+.Recent img {
+ width: auto;
+ height: auto;
+ max-height: 270px;
+}
+
.RecentContainer:hover .RecentEntries {
opacity: 0.4;
}