mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
[PM-25985] Fix extra space after the web vault (#16479)
This commit is contained in:
@@ -66,8 +66,11 @@
|
|||||||
></i>
|
></i>
|
||||||
<span class="tw-sr-only">{{ "loading" | i18n }}</span>
|
<span class="tw-sr-only">{{ "loading" | i18n }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="tw-mt-6 tw-flex tw-h-full tw-flex-col tw-items-center tw-justify-start">
|
<div
|
||||||
<bit-no-items [icon]="noItemIcon" *ngIf="isEmpty && !performingInitialLoad">
|
class="tw-mt-6 tw-flex tw-h-full tw-flex-col tw-items-center tw-justify-start"
|
||||||
|
*ngIf="isEmpty && !performingInitialLoad"
|
||||||
|
>
|
||||||
|
<bit-no-items [icon]="noItemIcon">
|
||||||
<div slot="title">{{ "noItemsInList" | i18n }}</div>
|
<div slot="title">{{ "noItemsInList" | i18n }}</div>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
Reference in New Issue
Block a user