Error log and now showing video on play in small player on desktop

This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-21 18:49:52 +02:00
parent 58d26e4197
commit 48099e93d8
5 changed files with 25 additions and 5 deletions

View File

@@ -3115,6 +3115,14 @@ nav ul li:hover, nav ul li.active {
width: 100vw;
}
.pointer-events-all-mobile {
pointer-events: all !important;
}
.small-display {
display: block !important;
}
.hide-on-small-only{
display:none;
}