2
0

💄 (js) Fix gap on loading chunk

This commit is contained in:
Baptiste Arnaud
2023-04-28 15:05:50 +02:00
parent 458d715648
commit ce2565c429
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ type Props = {
export const LoadingChunk = (props: Props) => (
<div class="flex w-full">
<div class="flex flex-col w-full min-w-0">
<div class="flex">
<div class="flex gap-2">
<Show when={props.theme.chat.hostAvatar?.isEnabled}>
<AvatarSideContainer
hostAvatarSrc={props.theme.chat.hostAvatar?.url}