mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-24 02:05:39 +03:00
Change p to div
This commit is contained in:
parent
f67d4fd916
commit
f6864f96bd
2 changed files with 3 additions and 2 deletions
|
@ -220,6 +220,7 @@
|
|||
}
|
||||
|
||||
.account-container .actions {
|
||||
margin-block: 8px;
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
justify-content: space-between;
|
||||
|
|
|
@ -854,7 +854,7 @@ function RelatedActions({
|
|||
|
||||
return (
|
||||
<>
|
||||
<p class="actions">
|
||||
<div class="actions">
|
||||
<span>
|
||||
{followedBy ? (
|
||||
<span class="tag">Following you</span>
|
||||
|
@ -1207,7 +1207,7 @@ function RelatedActions({
|
|||
</MenuConfirm>
|
||||
)}
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
{!!showTranslatedBio && (
|
||||
<Modal
|
||||
class="light"
|
||||
|
|
Loading…
Reference in a new issue