mirror of https://github.com/hykilpikonna/AquaDX
fix: remove div around box
parent
7fc328b60a
commit
ff7abf4c41
|
@ -147,16 +147,14 @@
|
|||
</div>
|
||||
|
||||
{#if d.user.aquaUser?.profileBio}
|
||||
<div>
|
||||
<div class="activity-info">
|
||||
<div class="info-bottom">
|
||||
<div class="profile-bio">
|
||||
<span>{t("settings.profile.bio")}</span>
|
||||
<span>{d.user.aquaUser?.profileBio}</span>
|
||||
</div>
|
||||
<div class="activity-info">
|
||||
<div class="info-bottom">
|
||||
<div class="profile-bio">
|
||||
<span>{t("settings.profile.bio")}</span>
|
||||
<span>{d.user.aquaUser?.profileBio}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<ChuniUserboxDisplay {game} {username} bind:error={error} />
|
||||
|
|
Loading…
Reference in New Issue