mirror of
https://github.com/bitwarden/web
synced 2025-12-21 18:53:38 +00:00
[euvr] Adjust Vault width based on card visibility (#1588)
This commit is contained in:
@@ -146,6 +146,15 @@ export class VaultComponent implements OnInit, OnDestroy {
|
||||
});
|
||||
}
|
||||
|
||||
get isShowingCards() {
|
||||
return (
|
||||
this.showBrowserOutdated ||
|
||||
this.showPremiumCallout ||
|
||||
this.showUpdateKey ||
|
||||
this.showVerifyEmail
|
||||
);
|
||||
}
|
||||
|
||||
ngOnDestroy() {
|
||||
this.broadcasterService.unsubscribe(BroadcasterSubscriptionId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user