fix: Update actions position if avatar image is unavailable (#2963)
This commit is contained in:
parent
7fc575a474
commit
7b77bab18e
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
<template>
|
||||
<header class="header-expanded bg-white py-8 px-6 relative box-border w-full">
|
||||
<div class="flex justify-between items-start">
|
||||
<div
|
||||
class="flex items-start"
|
||||
:class="[avatarUrl ? 'justify-between' : 'justify-end']"
|
||||
>
|
||||
<img v-if="avatarUrl" class="logo" :src="avatarUrl" />
|
||||
<header-actions :show-popout-button="showPopoutButton" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue