mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-15 10:17:27 +08:00
fix: remove div around box
This commit is contained in:
@@ -147,13 +147,11 @@
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user