diff --git a/src/popup/app/global/mainController.js b/src/popup/app/global/mainController.js index 14e706a6cc..1d444af52b 100644 --- a/src/popup/app/global/mainController.js +++ b/src/popup/app/global/mainController.js @@ -5,7 +5,7 @@ angular var self = this; self.currentYear = new Date().getFullYear(); self.animation = ''; - self.isFirefox = utilsService.isFirefox(); + self.lgBody = !utilsService.isFirefox(); $scope.$on('$stateChangeSuccess', function (event, toState, toParams, fromState, fromParams) { if (toParams.animation) { diff --git a/src/popup/index.html b/src/popup/index.html index ef67a217ee..5516181e15 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -90,7 +90,7 @@ - +
diff --git a/src/popup/less/popup.less b/src/popup/less/popup.less index 74e3798878..e428ddb79a 100644 --- a/src/popup/less/popup.less +++ b/src/popup/less/popup.less @@ -12,15 +12,15 @@ html { } body { - width: 320px; - height: 568px; + width: 320px !important; + height: 568px !important; background-color: @background-color; overflow: hidden; } body.lg { - width: 375px; - height: 667px; + width: 375px !important; + height: 667px !important; } .main-view {