From 7e33153f834b4712172f8e06e90ec4eda3cca028 Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Mon, 29 Apr 2024 07:11:35 +0000 Subject: adjusted the images' width and height --- src/app/kdrama/styles/popular.module.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/app/kdrama/styles/popular.module.css') diff --git a/src/app/kdrama/styles/popular.module.css b/src/app/kdrama/styles/popular.module.css index 2975659..85be40c 100644 --- a/src/app/kdrama/styles/popular.module.css +++ b/src/app/kdrama/styles/popular.module.css @@ -50,8 +50,6 @@ } .AnimeEntry img { - width: auto; - height: 280px; border-radius: 1rem; } @@ -59,7 +57,8 @@ text-align: center; color: white; font-family: "Lexend Deca", serif; - width: 140px; + width: auto; + max-width: 190px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -- cgit v1.2.3 From b9059d978d2b86e15aa7c3846ef71fc62f711486 Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Tue, 30 Apr 2024 04:08:49 +0000 Subject: small fixes --- src/app/kdrama/styles/popular.module.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/app/kdrama/styles/popular.module.css') diff --git a/src/app/kdrama/styles/popular.module.css b/src/app/kdrama/styles/popular.module.css index 85be40c..4fc8f18 100644 --- a/src/app/kdrama/styles/popular.module.css +++ b/src/app/kdrama/styles/popular.module.css @@ -44,7 +44,8 @@ margin: 4px; background-color: #1f1f1fbb; padding: 0.5rem; - transition: opacity 200ms ease, transform 200ms ease, background-color 200ms ease; + transition: opacity 200ms ease, transform 200ms ease, + background-color 200ms ease; cursor: grab; border-radius: 1rem; } @@ -63,4 +64,4 @@ white-space: nowrap; text-overflow: ellipsis; margin: 0.5rem 0rem 0rem 0rem; -} \ No newline at end of file +} -- cgit v1.2.3