Added videoplayer to not crash with youtube ToS

This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-27 18:39:08 +01:00
parent ed30633482
commit b432f0ec0b

View File

@@ -1016,6 +1016,7 @@ nav ul li:hover, nav ul li.active {
left: 0;
right: 0;
}
#controls{
opacity: 1;
background-color: rgba(255, 255, 255, 0.3);
@@ -1053,6 +1054,15 @@ nav ul li:hover, nav ul li.active {
margin-bottom: -5px;
}
.video-container{
position: fixed;
display: block !important;
width: 105vw !important;
height: 200px !important;
z-index: 2;
bottom: 4px;
}
.chan {
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.42);
}