1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-28 10:33:31 +00:00

fix things from merges and changes

This commit is contained in:
Vicki League
2026-02-27 11:06:22 -05:00
parent c3dc748bb8
commit ec8803ea25
4 changed files with 2 additions and 6 deletions

View File

@@ -31,7 +31,6 @@
<td bitCell>
<div class="tw-flex tw-items-center">
<bit-avatar
size="sm"
[text]="u | userName"
[id]="u.userId"
[color]="u.avatarColor"

View File

@@ -19,7 +19,7 @@
</div>
<div class="tw-col-span-12 @3xl:tw-col-span-6 tw-row-start-1 @3xl:tw-row-start-auto">
<div class="tw-mb-3 tw-flex tw-align-middle tw-items-center">
<dynamic-avatar text="{{ profile | userName }}" [id]="profile.id" size="2xlarge">
<dynamic-avatar text="{{ profile | userName }}" [id]="profile.id" size="2xl">
</dynamic-avatar>
<button
class="tw-ml-3"