mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 23:20:12 -05:00
style(web): fix vertical alignment of search button on apps page (#28398)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user