css fixes
This commit is contained in:
parent
566f086191
commit
87f279bd77
@ -7,7 +7,9 @@
|
||||
linear-gradient(90deg, #ef9644, #fd7c49, #ff5e58, #ff3b70, #ff088e, #eb00b1, #c31ed5, #7b41f6) border-box;
|
||||
}
|
||||
|
||||
.note-creator-modal .modal-body {
|
||||
.note-creator-modal .modal-body > div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user