mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 04:47:27 +08:00
fix: remove div around box
This commit is contained in:
@@ -147,16 +147,14 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if d.user.aquaUser?.profileBio}
|
{#if d.user.aquaUser?.profileBio}
|
||||||
<div>
|
<div class="activity-info">
|
||||||
<div class="activity-info">
|
<div class="info-bottom">
|
||||||
<div class="info-bottom">
|
<div class="profile-bio">
|
||||||
<div class="profile-bio">
|
<span>{t("settings.profile.bio")}</span>
|
||||||
<span>{t("settings.profile.bio")}</span>
|
<span>{d.user.aquaUser?.profileBio}</span>
|
||||||
<span>{d.user.aquaUser?.profileBio}</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<ChuniUserboxDisplay {game} {username} bind:error={error} />
|
<ChuniUserboxDisplay {game} {username} bind:error={error} />
|
||||||
|
|||||||
Reference in New Issue
Block a user