update space page

This commit is contained in:
Ren Amamiya
2023-05-21 12:49:47 +07:00
parent f73c7321d7
commit bada9132f1
12 changed files with 177 additions and 298 deletions
+2 -2
View File
@@ -75,7 +75,7 @@ export const RootNote = memo(function RootNote({
<div
onClick={(e) => openNote(e)}
onKeyDown={(e) => openNote(e)}
className="flex flex-col px-3"
className="flex flex-col px-5"
>
<NoteDefaultUser
pubkey={parseFallback.pubkey}
@@ -96,7 +96,7 @@ export const RootNote = memo(function RootNote({
<div
onClick={(e) => openNote(e)}
onKeyDown={(e) => openNote(e)}
className="flex flex-col px-3"
className="flex flex-col px-5"
>
{data ? (
<>