1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-25985] Fix extra space after the web vault (#16479)

This commit is contained in:
Vicki League
2025-09-19 08:34:17 -07:00
committed by GitHub
parent cf929edb9c
commit 5c7a0feb9d

View File

@@ -66,8 +66,11 @@
></i>
<span class="tw-sr-only">{{ "loading" | i18n }}</span>
</div>
<div class="tw-mt-6 tw-flex tw-h-full tw-flex-col tw-items-center tw-justify-start">
<bit-no-items [icon]="noItemIcon" *ngIf="isEmpty && !performingInitialLoad">
<div
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>
<button
type="button"