forked from 0x2620/oxjs
get rid of black background in chrome fullscreen mode; dont update url in fullscreen mode, fixes #1910
This commit is contained in:
parent
42fa5a7a3c
commit
19ae3c591a
2 changed files with 5 additions and 3 deletions
|
|
@ -12,6 +12,8 @@ body.$themeClass:-ms-full-screen {
|
|||
}
|
||||
body.$themeClass:-webkit-full-screen {
|
||||
background-color: $bodyBackground;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.$themeClass a,
|
||||
.$themeClass .OxLink {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue