aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/top-airing
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-05 10:46:20 +0530
committerGitHub <[email protected]>2024-05-05 10:46:20 +0530
commitc9627848bba0fbc611b18116f621fde7468a8772 (patch)
tree8970cdc8ecb8775cbdfc7782e00c9db151e5dff2 /src/app/anime/top-airing
parentMerge pull request #15 from zephex-alt/master (diff)
parentUI enhancement (diff)
downloaddramalama-c9627848bba0fbc611b18116f621fde7468a8772.tar.xz
dramalama-c9627848bba0fbc611b18116f621fde7468a8772.zip
Merge pull request #16 from zephex-alt/master
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;