Move fullscreen defs to mixin.

master
Icedream 2018-08-24 11:01:12 +02:00
parent 9212ec83cd
commit 219e843f34
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,10 @@
fullscreen()
position: fixed
top: 0
left: 0
width: 100%
height: 100%
html html
background: #000 background: #000
@ -14,8 +21,4 @@ body
text-align: center text-align: center
.video .video
position: fixed fullscreen()
top: 0
left: 0
width: 100%
height: 100%