зеркало из https://github.com/nextcloud/spreed.git
hide app navigation on fullscreen as well
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Родитель
c48d740024
Коммит
07b25f0e22
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче