aboutsummaryrefslogtreecommitdiff
path: root/src/app/kdrama/kdrama.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-18 14:03:32 +0530
committerreal-zephex <[email protected]>2024-03-18 14:03:32 +0530
commitb1f4f412059760d85f531c3d6e2ee626c9002d28 (patch)
treedbbb23233b9388170d52fb67de6c5f48a16c30d7 /src/app/kdrama/kdrama.css
parentfixed a minor bug (diff)
downloaddramalama-b1f4f412059760d85f531c3d6e2ee626c9002d28.tar.xz
dramalama-b1f4f412059760d85f531c3d6e2ee626c9002d28.zip
fixes: change the file extension to .jsx and fixed the video player sizes for tablets
Diffstat (limited to 'src/app/kdrama/kdrama.css')
-rw-r--r--src/app/kdrama/kdrama.css9
1 files changed, 4 insertions, 5 deletions
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 {