aboutsummaryrefslogtreecommitdiff
path: root/src/app/kdrama
diff options
context:
space:
mode:
authorzephex-alt <[email protected]>2024-04-29 19:02:30 +0000
committerGitHub <[email protected]>2024-04-29 19:02:30 +0000
commit75554bf84c7520c0bff2d4e7f14141577319dbda (patch)
tree9ef4a5ab980c60d28a323d47905615423782e08f /src/app/kdrama
parentadjusted the images' width and height (diff)
downloaddramalama-75554bf84c7520c0bff2d4e7f14141577319dbda.tar.xz
dramalama-75554bf84c7520c0bff2d4e7f14141577319dbda.zip
late night fuckery
Diffstat (limited to 'src/app/kdrama')
-rw-r--r--src/app/kdrama/components/search.jsx4
-rw-r--r--src/app/kdrama/styles/search.module.css2
2 files changed, 2 insertions, 4 deletions
diff --git a/src/app/kdrama/components/search.jsx b/src/app/kdrama/components/search.jsx
index dc641e1..f44e4bb 100644
--- a/src/app/kdrama/components/search.jsx
+++ b/src/app/kdrama/components/search.jsx
@@ -52,8 +52,8 @@ export default function DramaSearch() {
<p>{item.title}</p>
<Image
src={`https://sup-proxy.zephex0-f6c.workers.dev/api-content?url=${item.image}`}
- width={120}
- height={190}
+ width={140}
+ height={210}
alt="Drama Poster"
/>
</div>
diff --git a/src/app/kdrama/styles/search.module.css b/src/app/kdrama/styles/search.module.css
index de17169..c1e9591 100644
--- a/src/app/kdrama/styles/search.module.css
+++ b/src/app/kdrama/styles/search.module.css
@@ -79,8 +79,6 @@
}
.SearchEntry img {
- width: auto;
- height: auto;
border-radius: 0.5rem;
}