This commit is contained in:
Ren Amamiya
2023-03-31 15:10:16 +07:00
parent 990bf98571
commit c7e2b9430a
11 changed files with 242 additions and 222 deletions

View File

@@ -20,7 +20,7 @@ export default function AccountColumn() {
}, [getAppVersion]);
return (
<div className="flex h-full flex-col items-center justify-between px-2 pt-4 pb-4">
<div className="flex h-full flex-col items-center justify-between px-2 pb-4 pt-4">
<div className="flex flex-col gap-4">
<Link
href="/explore"

View File

@@ -80,7 +80,7 @@ export const NoteBase = memo(function NoteBase({ event }: { event: any }) {
return (
<div
onClick={(e) => openThread(e)}
className="relative z-10 m-0 flex h-min min-h-min w-full select-text flex-col border-b border-zinc-800 py-5 px-3 hover:bg-black/20"
className="relative z-10 m-0 flex h-min min-h-min w-full select-text flex-col border-b border-zinc-800 px-3 py-5 hover:bg-black/20"
>
<>{getParent}</>
<div className="relative z-10 flex flex-col">