aboutsummaryrefslogtreecommitdiff
path: root/src/app/video/video.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-17 06:47:32 +0530
committerreal-zephex <[email protected]>2024-03-17 06:47:32 +0530
commitbb50d08f5e0476fc302ca45aa2e377471d10b118 (patch)
treeeeb9de9580c6812166bf754fd9abaef3f1695763 /src/app/video/video.css
parentminor fixes: tried to make the video player responsive but failed (diff)
downloaddramalama-bb50d08f5e0476fc302ca45aa2e377471d10b118.tar.xz
dramalama-bb50d08f5e0476fc302ca45aa2e377471d10b118.zip
minor fixes and feature improvements: added an indicator which shows when the animes are being loaded and also indicates when no anime with given title is found
Diffstat (limited to 'src/app/video/video.css')
-rw-r--r--src/app/video/video.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/app/video/video.css b/src/app/video/video.css
index a75054b..c739968 100644
--- a/src/app/video/video.css
+++ b/src/app/video/video.css
@@ -3,6 +3,7 @@
flex-direction: column;
align-items: center;
margin: 0px auto;
+ width: 50%;
}
.video2 video {
@@ -21,3 +22,9 @@
color: black;
}
}
+
+@media screen and (max-width: 768px) {
+ .video2 {
+ width: 100%;
+ }
+}