diff --git a/src/popup/app/global/mainController.js b/src/popup/app/global/mainController.js index 6e56fcc7..1f85b7b6 100644 --- a/src/popup/app/global/mainController.js +++ b/src/popup/app/global/mainController.js @@ -6,7 +6,7 @@ angular var self = this; self.currentYear = new Date().getFullYear(); self.animation = ''; - self.shBody = $window.screen.availHeight <= 750; + self.shBody = $window.screen.availHeight <= 800; self.lgBody = !utilsService.isFirefox() && !utilsService.isEdge() && !self.shBody; $scope.$on('$stateChangeSuccess', function (event, toState, toParams, fromState, fromParams) {