Change p to div
This commit is contained in:
parent
f67d4fd916
commit
f6864f96bd
|
@ -220,6 +220,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.account-container .actions {
|
.account-container .actions {
|
||||||
|
margin-block: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
|
@ -854,7 +854,7 @@ function RelatedActions({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<p class="actions">
|
<div class="actions">
|
||||||
<span>
|
<span>
|
||||||
{followedBy ? (
|
{followedBy ? (
|
||||||
<span class="tag">Following you</span>
|
<span class="tag">Following you</span>
|
||||||
|
@ -1207,7 +1207,7 @@ function RelatedActions({
|
||||||
</MenuConfirm>
|
</MenuConfirm>
|
||||||
)}
|
)}
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</div>
|
||||||
{!!showTranslatedBio && (
|
{!!showTranslatedBio && (
|
||||||
<Modal
|
<Modal
|
||||||
class="light"
|
class="light"
|
||||||
|
|
Loading…
Reference in a new issue