diff options
| author | zephex-alt <[email protected]> | 2024-04-29 04:15:13 +0000 |
|---|---|---|
| committer | zephex-alt <[email protected]> | 2024-04-29 04:15:13 +0000 |
| commit | 3a31abeadeed35dd73f621fbfdb8442240ef41fd (patch) | |
| tree | d31736642525b29c8a7917f31eff251c2bb48c15 /src/app/anime/recent/recent.module.css | |
| parent | code maintainence (diff) | |
| download | dramalama-3a31abeadeed35dd73f621fbfdb8442240ef41fd.tar.xz dramalama-3a31abeadeed35dd73f621fbfdb8442240ef41fd.zip | |
minor UI tweaks to homepages of kdrama and manga section
Diffstat (limited to 'src/app/anime/recent/recent.module.css')
| -rw-r--r-- | src/app/anime/recent/recent.module.css | 6 |
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;
}
|