mirror of
https://github.com/langgenius/dify.git
synced 2026-09-05 08:48:10 +08:00
style: remove gray border lines from marketplace home header
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
7eb37099d9
commit
618f2b8e00
@ -73,7 +73,7 @@ const HomeHeader = ({
|
||||
return (
|
||||
<header
|
||||
className={cn(
|
||||
'sticky top-0 z-50 flex w-full shrink-0 items-center gap-4 border-b border-divider-regular bg-background-default px-4 py-1.5 md:px-9',
|
||||
'sticky top-0 z-50 flex w-full shrink-0 items-center gap-4 bg-background-default px-4 py-1.5 md:px-9',
|
||||
styles.header,
|
||||
)}
|
||||
>
|
||||
|
||||
@ -48,9 +48,8 @@
|
||||
}
|
||||
|
||||
.catalogNavigationPinned {
|
||||
border-bottom: 1px solid var(--color-divider-regular);
|
||||
padding-top: 16px;
|
||||
padding-bottom: 15px;
|
||||
padding-bottom: 16px;
|
||||
background-color: var(--color-background-default);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user