1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-06 00:28:04 +02: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;
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) {