mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
fix no collections padding
This commit is contained in:
@@ -337,7 +337,9 @@
|
||||
{{'collections' | i18n}}
|
||||
</div>
|
||||
<div class="box-content" *ngIf="!collections || !collections.length">
|
||||
{{'noCollectionsInList' | i18n}}
|
||||
<div class="box-content-row padded no-hover">
|
||||
{{'noCollectionsInList' | i18n}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-content" *ngIf="collections && collections.length">
|
||||
<div class="box-content-row box-content-row-checkbox" *ngFor="let c of collections; let i = index"
|
||||
|
||||
@@ -19,7 +19,9 @@
|
||||
<content>
|
||||
<div class="box">
|
||||
<div class="box-content" *ngIf="!collections || !collections.length">
|
||||
{{'noCollectionsInList' | i18n}}
|
||||
<div class="box-content-row padded no-hover">
|
||||
{{'noCollectionsInList' | i18n}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-content" *ngIf="collections && collections.length">
|
||||
<div class="box-content-row box-content-row-checkbox" *ngFor="let c of collections; let i = index"
|
||||
|
||||
@@ -39,7 +39,9 @@
|
||||
{{'collections' | i18n}}
|
||||
</div>
|
||||
<div class="box-content" *ngIf="!collections || !collections.length">
|
||||
{{'noCollectionsInList' | i18n}}
|
||||
<div class="box-content-row padded no-hover">
|
||||
{{'noCollectionsInList' | i18n}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-content" *ngIf="collections && collections.length">
|
||||
<div class="box-content-row box-content-row-checkbox" *ngFor="let c of collections; let i = index"
|
||||
|
||||
Reference in New Issue
Block a user