Skip to content

Commit 72bb0f5

Browse files
committed
Add top padding for full screen mode
1 parent 1cbbb37 commit 72bb0f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/viewer.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ select {
2929

3030
#viewerContainer:-webkit-full-screen {
3131
top: 0px;
32+
border-top: 5px solid transparent;
3233
background-color: #404040;
3334
background-image: url(images/texture.png);
3435
width: 100%;
@@ -37,6 +38,8 @@ select {
3738
}
3839

3940
#viewerContainer:-moz-full-screen {
41+
top: 0px;
42+
border-top: 5px solid transparent;
4043
background-color: #404040;
4144
background-image: url(images/texture.png);
4245
width: 100%;

0 commit comments

Comments
 (0)