this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Change p to div

+3 -2
+1
src/components/account-info.css
··· 220 220 } 221 221 222 222 .account-container .actions { 223 + margin-block: 8px; 223 224 display: flex; 224 225 gap: 8px; 225 226 justify-content: space-between;
+2 -2
src/components/account-info.jsx
··· 854 854 855 855 return ( 856 856 <> 857 - <p class="actions"> 857 + <div class="actions"> 858 858 <span> 859 859 {followedBy ? ( 860 860 <span class="tag">Following you</span> ··· 1207 1207 </MenuConfirm> 1208 1208 )} 1209 1209 </span> 1210 - </p> 1210 + </div> 1211 1211 {!!showTranslatedBio && ( 1212 1212 <Modal 1213 1213 class="light"