mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-14 20:01:31 +01:00
adjust short screen to 750 breakpoint
This commit is contained in:
parent
c0fa491649
commit
86a35d6da1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user