1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-27 10:03:23 +00:00

moved username below cipher item name

This commit is contained in:
Leslie Xiong
2026-01-24 16:32:49 -05:00
parent f106dea769
commit 41135ae20d

View File

@@ -1,6 +1,10 @@
<td bitCell [ngClass]="RowHeightClass" class="tw-truncate tw-flex tw-items-center tw-gap-2">
<td
bitCell
[ngClass]="RowHeightClass"
class="tw-truncate tw-flex tw-items-center tw-gap-2"
>
<app-vault-icon [cipher]="cipher()"></app-vault-icon>
<div class="tw-inline-flex tw-w-full">
<div class="tw-flex tw-flex-col tw-w-full">
<button
bitLink
class="tw-overflow-hidden tw-text-ellipsis tw-text-start tw-leading-snug"
@@ -34,9 +38,10 @@
<span class="tw-sr-only">{{ "attachmentsNeedFix" | i18n }}</span>
}
}
<span class="tw-text-sm tw-text-muted" appStopProp>{{ subtitle() }}</span>
</div>
<br />
<span class="tw-text-sm tw-text-muted" appStopProp>{{ subtitle() }}</span>
<!-- <br />
<span class="tw-text-sm tw-text-muted" appStopProp>{{ subtitle() }}</span> -->
</td>
@if (showOwner()) {
<td bitCell [ngClass]="RowHeightClass" class="tw-hidden lg:tw-table-cell">
@@ -59,7 +64,7 @@
</p>
</td>
}
<td bitCell [ngClass]="RowHeightClass" class="tw-text-right">
<td bitCell [ngClass]="RowHeightClass" class="tw-text-right tw-whitespace-nowrap">
@if (decryptionFailure()) {
<button
[disabled]="disabled() || !canManageCollection()"