Fixed issue with player on frontpage on smaller windows overlapped where it shouldn't

This commit is contained in:
Kasper Rynning-Tønnesen
2018-10-05 12:37:55 +02:00
parent f3c079726a
commit 5333b4bc13
3 changed files with 6 additions and 0 deletions

View File

@@ -3504,6 +3504,10 @@ nav ul li:hover, nav ul li.active {
bottom: 55px;
}
#video-container.video-container.frontpage-player {
width: auto !important;
}
.chan {
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.42);
width: calc(100vw - 170px) !important;