mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-01 03:31:15 +01:00
short body is 800 or less height
This commit is contained in:
parent
19a59e6177
commit
44f1ce621d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user