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