Fixed video-container sizing issue on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2017-11-14 15:20:10 +01:00
parent 4505e2df1e
commit 324b0438f4

View File

@@ -2739,10 +2739,6 @@ nav ul li:hover, nav ul li.active {
background-color:rgba(0,0,0,1);
}
.row .col.s12 {
width: 100% !important;
}
.channel-finder .input-field {
padding: 0 .75rem;
}
@@ -2848,7 +2844,11 @@ nav ul li:hover, nav ul li.active {
pointer-events:none;
}
.video-container{
.row .col.s12 {
width: 100% !important;
}
#main-row.row #video-container.video-container{
position: fixed;
display: block !important;
width: 106vw !important;