css fixes
This commit is contained in:
@ -63,10 +63,8 @@
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.details-wrapper > .name > h2 {
|
||||
margin: 0 0 4px 0;
|
||||
font-weight: 600;
|
||||
font-size: 21px;
|
||||
.details-wrapper h2 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.details-wrapper > .name > .nip05 {
|
||||
|
@ -276,8 +276,8 @@ export default function ProfilePage() {
|
||||
function username() {
|
||||
return (
|
||||
<>
|
||||
<div className="name">
|
||||
<h2>
|
||||
<div className="flex-column g4">
|
||||
<h2 className="flex g4">
|
||||
{user?.display_name || user?.name || "Nostrich"}
|
||||
<FollowsYou followsMe={follows.includes(loginPubKey ?? "")} />
|
||||
</h2>
|
||||
|
Reference in New Issue
Block a user