style(web): fix vertical alignment of search button on apps page (#28398)

This commit is contained in:
ice 2025-11-20 11:14:09 +08:00 committed by GitHub
parent 99e9fc751b
commit 8bab42e224
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ const List = () => {
</div>
)}
<div className='sticky top-0 z-10 flex flex-wrap items-center justify-between gap-y-2 bg-background-body px-12 pb-2 pt-4 leading-[56px]'>
<div className='sticky top-0 z-10 flex flex-wrap items-center justify-between gap-y-2 bg-background-body px-12 pb-5 pt-7'>
<TabSliderNew
value={activeTab}
onChange={setActiveTab}