mirror of https://github.com/langgenius/dify.git
style(web): fix vertical alignment of search button on apps page (#28398)
This commit is contained in:
parent
99e9fc751b
commit
8bab42e224
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue