From 75554bf84c7520c0bff2d4e7f14141577319dbda Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:02:30 +0000 Subject: late night fuckery --- src/app/anime/recent/page.jsx | 5 ++++- src/app/anime/recent/recent.module.css | 5 ++--- src/app/anime/search/search.module.css | 3 ++- src/app/anime/top-airing/page.jsx | 2 +- src/app/anime/top-airing/trending.module.css | 5 ++--- src/app/kdrama/components/search.jsx | 4 ++-- src/app/kdrama/styles/search.module.css | 2 -- 7 files changed, 13 insertions(+), 13 deletions(-) (limited to 'src') diff --git a/src/app/anime/recent/page.jsx b/src/app/anime/recent/page.jsx index 64cb775..55a038f 100644 --- a/src/app/anime/recent/page.jsx +++ b/src/app/anime/recent/page.jsx @@ -21,7 +21,10 @@ export default async function Releases() { href={`/anime/${item.id}`} style={{ textDecoration: "none", color: "white" }} > -
+
-
+
{item.title}

Drama Poster
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; } -- cgit v1.2.3