mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Fix broken screen area in Chrome 50. Fixes #303.
This commit is contained in:
parent
3b8427871c
commit
e06b2f25b8
1 changed files with 36 additions and 37 deletions
|
@ -2,6 +2,7 @@
|
|||
.as-cell.fill-height
|
||||
.as-table.fill-height
|
||||
.stf-vnc-navbar.as-row(ng-show='!$root.basicMode && !$root.standalone')
|
||||
.stf-vnc-control-header.as-cell
|
||||
.stf-vnc-right-buttons.pull-right
|
||||
.btn-group
|
||||
label.btn-sm.btn-primary-outline(type='button', ng-click='tryToRotate("portrait")',
|
||||
|
@ -19,7 +20,6 @@
|
|||
button(type='button', ng-click='kickDevice(device); $event.stopPropagation()', uib-tooltip='{{"Stop Using"|translate}}', tooltip-placement='bottom').btn.btn-sm.btn-danger-outline
|
||||
i.fa.fa-times
|
||||
|
||||
|
||||
.device-name-container.pull-left(uib-dropdown)
|
||||
a.stf-vnc-device-name.pointer.unselectable(uib-dropdown-toggle)
|
||||
p
|
||||
|
@ -41,14 +41,13 @@
|
|||
.clearfix
|
||||
|
||||
.as-row.fill-height
|
||||
|
||||
div(ng-controller='DeviceScreenCtrl', ng-if='device').fill-height
|
||||
div(ng-controller='DeviceScreenCtrl', ng-if='device').as-cell.fill-height
|
||||
div(ng-file-drop='installFile($files)', ng-file-drag-over-class='dragover').fill-height
|
||||
device-context-menu(device='device', control='control')
|
||||
device-screen(device='device', control='control')
|
||||
|
||||
.stf-vnc-bottom.as-row(ng-hide='$root.standalone')
|
||||
.controls
|
||||
.controls.as-cell
|
||||
.btn-group.btn-group-justified
|
||||
a(device-control-key='menu', title='{{"Menu"|translate}}').btn.btn-primary.btn-lg.no-transition
|
||||
i.fa.fa-bars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue