refactor: polish UI details
This commit is contained in:
parent
881dedb6b6
commit
6bcab6d563
45 changed files with 140 additions and 94 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue