fixed applet width in fullscreen
This commit is contained in:
parent
ada5961a6c
commit
432cc7dd4d
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ html,body {
|
||||||
#applet {
|
#applet {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
#controls {
|
#controls {
|
||||||
|
|
Loading…
Reference in a new issue