mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-23 06:15:16 +02:00
Fix portrait/landscape buttons clickable area
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
i(ng-show='showScreen', tooltip-html-unsafe='{{"Hide Screen"|translate}}', tooltip-placement='bottom').fa.fa-eye
|
||||
i(ng-show='!showScreen', tooltip-html-unsafe='{{"Show Screen"|translate}}', tooltip-placement='bottom').fa.fa-eye-slash
|
||||
|
||||
.device-name-container(dropdown)
|
||||
.device-name-container.pull-left(dropdown)
|
||||
a.stf-vnc-device-name.pointer.unselectable(dropdown-toggle)
|
||||
p
|
||||
.device-small-image
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
ul.dropdown-menu(role='menu', data-toggle='dropdown', ng-show='groupDevices.length > 0').pointer.unselectable
|
||||
li(ng-repeat='groupDevice in groupDevices')
|
||||
a(ng-click='controlDevice(groupDevice); $event.stopPropagation()')
|
||||
a.stf-device-control(ng-click='controlDevice(groupDevice); $event.stopPropagation()')
|
||||
.pull-left
|
||||
.device-small-image
|
||||
img(ng-src='/static/app/devices/icon/x24/{{ groupDevice.image || "E30HT.jpg" }}')
|
||||
|
||||
Reference in New Issue
Block a user