From bb50d08f5e0476fc302ca45aa2e377471d10b118 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Sun, 17 Mar 2024 06:47:32 +0530 Subject: 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 --- src/app/video/video.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/app/video') 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%; + } +} -- cgit v1.2.3