1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-07 19:13:39 +00:00

fixes for edge

This commit is contained in:
Kyle Spearrin
2017-08-28 22:27:29 -04:00
parent c66803ce1f
commit 69abbdaf8d
5 changed files with 33 additions and 7 deletions

View File

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