From b1f4f412059760d85f531c3d6e2ee626c9002d28 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Mon, 18 Mar 2024 14:03:32 +0530 Subject: fixes: change the file extension to .jsx and fixed the video player sizes for tablets --- src/app/kdrama/kdrama.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/app/kdrama/kdrama.css') diff --git a/src/app/kdrama/kdrama.css b/src/app/kdrama/kdrama.css index aa559db..9b8617f 100644 --- a/src/app/kdrama/kdrama.css +++ b/src/app/kdrama/kdrama.css @@ -123,7 +123,7 @@ .videoContainer { display: none; - max-width: 50%; + max-width: 60%; margin: 10px auto; justify-content: center; border-style: dotted; @@ -139,7 +139,6 @@ justify-content: space-between; align-items: center; margin: 0px auto; - width: 950px; } .dramaTitle { @@ -202,12 +201,12 @@ .videoContainer { max-width: 70%; } - + } @media screen and (max-width: 1024px) { .videoContainer { - max-width: 90%; + max-width: 95%; } } @@ -227,7 +226,7 @@ .sC { width: 70%; } -} +} @media (prefers-color-scheme: dark) { .navbar input { -- cgit v1.2.3