mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
[PM-9707] [Boostrap] Fix avatar and customize placement (#10093)
The Avatar customize button appeared below the avatar after removing Boostrap. This resolves it by adding flex, it also has the added benefit of aligning the button vertically as it's currently slightly misaligned.
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
</bit-form-field>
|
||||
</div>
|
||||
<div class="tw-col-span-6">
|
||||
<div class="tw-mb-3">
|
||||
<dynamic-avatar text="{{ profile | userName }}" [id]="profile.id" [size]="'large'">
|
||||
<div class="tw-mb-3 tw-flex tw-align-middle tw-items-center">
|
||||
<dynamic-avatar text="{{ profile | userName }}" [id]="profile.id" size="large">
|
||||
</dynamic-avatar>
|
||||
<button
|
||||
class="tw-ml-3"
|
||||
|
||||
Reference in New Issue
Block a user