diff --git a/res/app/control-panes/device-control/device-control.css b/res/app/control-panes/device-control/device-control.css index 19a30d0d..ddd94ce2 100644 --- a/res/app/control-panes/device-control/device-control.css +++ b/res/app/control-panes/device-control/device-control.css @@ -170,3 +170,11 @@ device-screen textarea { min-height: 10px; text-align: center; } + +.stf-vnc-right-buttons { + margin-top: 6px; +} + +.stf-vnc-right-buttons .button-spacer { + width: 12px; +} diff --git a/res/app/control-panes/device-control/device-control.jade b/res/app/control-panes/device-control/device-control.jade index e7263dcc..d72b222c 100644 --- a/res/app/control-panes/device-control/device-control.jade +++ b/res/app/control-panes/device-control/device-control.jade @@ -2,7 +2,7 @@ .as-cell.fill-height .as-table.fill-height .stf-vnc-navbar.as-row(ng-show='!$root.basicMode') - .pull-right + .stf-vnc-right-buttons.pull-right .btn-group label.btn-sm.btn-primary-outline(type='button', ng-click='tryToRotate("portrait")', ng-model='currentRotation', btn-radio='"portrait"').pointer