mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added videoplayer to not crash with youtube ToS
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user