1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

safari fixes

This commit is contained in:
Kyle Spearrin
2018-04-14 12:52:46 -04:00
parent 4993d4b00d
commit e871d4749b
5 changed files with 24 additions and 7 deletions

View File

@@ -78,7 +78,8 @@ export class GroupingsComponent extends BaseGroupingsComponent implements OnInit
}
async ngOnInit() {
this.showLeftHeader = !(this.popupUtils.inSidebar(window) && this.platformUtilsService.isFirefox());
this.showLeftHeader = !this.platformUtilsService.isSafari() &&
!(this.popupUtils.inSidebar(window) && this.platformUtilsService.isFirefox());
this.stateService.remove('CiphersComponent');
this.broadcasterService.subscribe(ComponentId, (message: any) => {