mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
short body is 800 or less height
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user