diff --git a/code/style.css b/code/style.css index a83a70f..929b69a 100644 --- a/code/style.css +++ b/code/style.css @@ -597,3 +597,51 @@ div#auth-by-credentials { div#auth-by-quickcode { display: none; } + +html body div.lists-container div#nav-buttons { + z-index: 9999 !important; +} + +@media screen and (max-width: 480px) { + body { + position: inherit !important; + } + div#player-container { + width: 100% !important; + } + div.background-container { + width: 100% !important; + } + div.lists-container .container { + overflow: visible !important; + } + div.movie-details { + user-select: none; + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; + } + div.feature-content { + top: 0px !important; + left: 0px !important; + } + div.movie-info { + width: initial !important; + } + div.lists-container { + margin-bottom: -30% !important; + z-index: 9001 !important; + } + div.swiper-slide .movie-thumbnail { + width: 20vw !important; + height: 30vw !important; + } + div.thumbnails .swiper-slide { + width: 21vw !important; + } + div.movie-overview{ + max-height: 57vw !important; + overflow: scroll !important; + } +} \ No newline at end of file