Fix the device screen height filling the parent.

This commit is contained in:
Gunther Brunner
2014-04-14 16:21:40 +09:00
parent 1cc88e4f42
commit e2b59c0741
2 changed files with 3 additions and 3 deletions

View File

@@ -38,8 +38,8 @@
i.fa.fa-times
.as-row.fill-height(ng-file-drop='controll.install($files)')
div(ng-controller='DeviceScreenCtrl')
device-screen(style='width: 400px; height: 600px; background: gray')
div(ng-controller='DeviceScreenCtrl').fill-height
device-screen(style='width: 100%; height: 100%; background: gray')
.stf-vnc-bottom.as-row
.controls