aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/top-airing
diff options
context:
space:
mode:
authorzephex-alt <[email protected]>2024-05-05 05:12:06 +0000
committerGitHub <[email protected]>2024-05-05 05:12:06 +0000
commitdb8af9bda1d57061fa3f240c2be9bb8bc0b5f838 (patch)
tree8970cdc8ecb8775cbdfc7782e00c9db151e5dff2 /src/app/anime/top-airing
parenti guess I fixed it (diff)
downloaddramalama-db8af9bda1d57061fa3f240c2be9bb8bc0b5f838.tar.xz
dramalama-db8af9bda1d57061fa3f240c2be9bb8bc0b5f838.zip
UI enhancement
Diffstat (limited to 'src/app/anime/top-airing')
-rw-r--r--src/app/anime/top-airing/page.jsx4
-rw-r--r--src/app/anime/top-airing/trending.module.css2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/app/anime/top-airing/page.jsx b/src/app/anime/top-airing/page.jsx
index ff329f6..a0fc302 100644
--- a/src/app/anime/top-airing/page.jsx
+++ b/src/app/anime/top-airing/page.jsx
@@ -28,8 +28,8 @@ export default async function Trending() {
<Image
src={`https://sup-proxy.zephex0-f6c.workers.dev/api-content?url=${item.image}`}
className={styles.trendingImage}
- width={190}
- height={270}
+ width={210}
+ height={310}
alt="Drama"
priority
/>
diff --git a/src/app/anime/top-airing/trending.module.css b/src/app/anime/top-airing/trending.module.css
index 31f6b16..2abaf4b 100644
--- a/src/app/anime/top-airing/trending.module.css
+++ b/src/app/anime/top-airing/trending.module.css
@@ -42,7 +42,7 @@
.trendingEntries p {
text-align: center;
width: auto;
- max-width: 180px;
+ max-width: 190px;
margin: 0.5rem 0 0 0;
overflow: hidden;
white-space: nowrap;