1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-06 00:28:04 +02:00

adjust short screen to 750 breakpoint

This commit is contained in:
Kyle Spearrin 2017-08-30 11:51:33 -04:00
parent c0fa491649
commit 86a35d6da1

View File

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