refactor: polish UI details

This commit is contained in:
codytseng 2025-12-04 23:24:16 +08:00
parent 881dedb6b6
commit 6bcab6d563
45 changed files with 140 additions and 94 deletions

View file

@ -25,6 +25,7 @@ export default function BannerWithLightbox({
image={{ url: bannerUrl, pubkey }}
className="rounded-none w-full aspect-[3/1]"
classNames={{
skeleton: 'rounded-none',
wrapper: 'rounded-none border-none'
}}
errorPlaceholder={defaultBanner}

View file

@ -196,7 +196,7 @@ export default function Profile({ id }: { id?: string }) {
</div>
</div>
</div>
<div className="px-4 pt-2 pb-0.5">
<div className="px-4 pt-3.5 pb-0.5">
<SearchInput
value={searchInput}
onChange={(e) => setSearchInput(e.target.value)}