fix: Update actions position if avatar image is unavailable (#2963)
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<header class="header-expanded bg-white py-8 px-6 relative box-border w-full">
|
<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" />
|
<img v-if="avatarUrl" class="logo" :src="avatarUrl" />
|
||||||
<header-actions :show-popout-button="showPopoutButton" />
|
<header-actions :show-popout-button="showPopoutButton" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user