fullscreen white background

This commit is contained in:
Hendrik Leppelsack 2017-04-10 21:29:38 +02:00
parent bd65e87395
commit d5db8152ac
1 changed files with 4 additions and 0 deletions

View File

@ -212,15 +212,19 @@
/* distraction free styles */
:-webkit-full-screen {
width: 100%;
background-color: white;
}
:-moz-full-screen {
width: 100%;
background-color: white;
}
:-ms-fullscreen {
width: 100%;
background-color: white;
}
:fullscreen {
width: 100%;
background-color: white;
}
:-webkit-full-screen #app-content-container {