Add top padding for full screen mode
This commit is contained in:
parent
1cbbb37fbc
commit
72bb0f5a45
@ -29,6 +29,7 @@ select {
|
|||||||
|
|
||||||
#viewerContainer:-webkit-full-screen {
|
#viewerContainer:-webkit-full-screen {
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
border-top: 5px solid transparent;
|
||||||
background-color: #404040;
|
background-color: #404040;
|
||||||
background-image: url(images/texture.png);
|
background-image: url(images/texture.png);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -37,6 +38,8 @@ select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#viewerContainer:-moz-full-screen {
|
#viewerContainer:-moz-full-screen {
|
||||||
|
top: 0px;
|
||||||
|
border-top: 5px solid transparent;
|
||||||
background-color: #404040;
|
background-color: #404040;
|
||||||
background-image: url(images/texture.png);
|
background-image: url(images/texture.png);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user