hide app navigation on fullscreen as well

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2016-11-15 18:00:36 +01:00
Родитель c48d740024
Коммит 07b25f0e22
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -150,6 +150,18 @@ video {
#app-content:fullscreen {
width: 100%;
}
#app-content:-webkit-full-screen #app-navigation-toggle {
display: none !important;
}
#app-content:-moz-full-screen #app-navigation-toggle {
display: none !important;
}
#app-content:-ms-fullscreen #app-navigation-toggle {
display: none !important;
}
#app-content:fullscreen #app-navigation-toggle {
display: none !important;
}
.localmediaerror h2 {
color: red;