Hiding videoplayer when its not playing

This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-28 19:01:44 +01:00
parent 643f88956e
commit 049a120fc7
4 changed files with 12 additions and 3 deletions

View File

@@ -1029,6 +1029,10 @@ nav ul li:hover, nav ul li.active {
right: 0;
}
#player{
display:none;
}
.hide-on-small-only{
display:none;
}