diff --git a/res/app/components/stf/landscape/landscape-directive.js b/res/app/components/stf/landscape/landscape-directive.js index ebecaf16..e3daeb46 100644 --- a/res/app/components/stf/landscape/landscape-directive.js +++ b/res/app/components/stf/landscape/landscape-directive.js @@ -4,8 +4,6 @@ module.exports = function landscapeDirective(BrowserInfo, $document, $window, $r link: function (scope, element, attrs) { var body = angular.element($document[0].body) - console.log($window.orientation) - if (typeof $window.orientation !== 'undefined') { if ($window.orientation === 0) { rotateGuest(true) diff --git a/res/app/components/stf/screen/screen.css b/res/app/components/stf/screen/screen.css index 0bb4cb94..a7a4c5d8 100644 --- a/res/app/components/stf/screen/screen.css +++ b/res/app/components/stf/screen/screen.css @@ -13,8 +13,8 @@ .screen-error .screen-error-message { position: relative; - top: 35%; - transform: translateY(-35%); + top: 15%; + transform: translateY(-15%); text-align: center; }