1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

short body is 800 or less height

This commit is contained in:
Kyle Spearrin
2017-08-31 14:25:26 -04:00
parent 19a59e6177
commit 44f1ce621d

View File

@@ -6,7 +6,7 @@ angular
var self = this; var self = this;
self.currentYear = new Date().getFullYear(); self.currentYear = new Date().getFullYear();
self.animation = ''; self.animation = '';
self.shBody = $window.screen.availHeight <= 750; self.shBody = $window.screen.availHeight <= 800;
self.lgBody = !utilsService.isFirefox() && !utilsService.isEdge() && !self.shBody; self.lgBody = !utilsService.isFirefox() && !utilsService.isEdge() && !self.shBody;
$scope.$on('$stateChangeSuccess', function (event, toState, toParams, fromState, fromParams) { $scope.$on('$stateChangeSuccess', function (event, toState, toParams, fromState, fromParams) {