1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

adjust draggable regions on macos

This commit is contained in:
Kyle Spearrin
2019-04-13 21:17:05 -04:00
parent 5bf303a8c6
commit d09c32fe26
4 changed files with 23 additions and 11 deletions

View File

@@ -1,3 +1,4 @@
<div class="mac-bar"></div>
<div class="content">
<div class="inner-content">
<h2 class="sr-only">{{'filters' | i18n}}</h2>

View File

@@ -163,10 +163,12 @@ export class VaultComponent implements OnInit, OnDestroy {
if (!this.syncService.syncInProgress) {
await this.load();
}
document.body.classList.remove('layout_frontend');
}
ngOnDestroy() {
this.broadcasterService.unsubscribe(BroadcasterSubscriptionId);
document.body.classList.add('layout_frontend');
}
async load() {