Fixed spacing
This commit is contained in:
parent
843244604d
commit
8f2ca05055
3 changed files with 6 additions and 6 deletions
|
|
@ -80,7 +80,7 @@ const SelectItem = React.forwardRef<
|
|||
<SelectPrimitive.Item
|
||||
ref={ref}
|
||||
className={cn(
|
||||
"relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
||||
"relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-8 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
||||
className
|
||||
)}
|
||||
{...props}
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ export default function StorePage(): JSX.Element {
|
|||
<div className="community-page-arrangement">
|
||||
<div className="community-page-nav-arrangement">
|
||||
<span className="community-page-nav-title">
|
||||
<IconComponent name="Users2" className="w-6" />
|
||||
<IconComponent name="Store" className="w-6" />
|
||||
Langflow Store
|
||||
</span>
|
||||
<div className="community-page-nav-button">
|
||||
|
|
@ -353,7 +353,7 @@ export default function StorePage(): JSX.Element {
|
|||
</SelectContent>
|
||||
</Select>
|
||||
</div> */}
|
||||
<div className="flex items-center gap-2">
|
||||
<div className="flex items-center gap-2 px-2">
|
||||
{!loading &&
|
||||
tags.map((i, idx) => (
|
||||
<Badge
|
||||
|
|
@ -400,7 +400,7 @@ export default function StorePage(): JSX.Element {
|
|||
}}
|
||||
>
|
||||
<SelectTrigger>
|
||||
<SelectValue placeholder="Order by" />
|
||||
<SelectValue placeholder="Sort By" />
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
<SelectItem value="">Most Popular</SelectItem>
|
||||
|
|
|
|||
|
|
@ -245,7 +245,7 @@
|
|||
}
|
||||
|
||||
.community-page-nav-arrangement {
|
||||
@apply flex-max-width justify-between px-6 py-8 pb-2;
|
||||
@apply flex-max-width justify-between py-8 pb-2;
|
||||
}
|
||||
|
||||
.community-page-nav-title {
|
||||
|
|
@ -257,7 +257,7 @@
|
|||
}
|
||||
|
||||
.community-page-description-text {
|
||||
@apply flex w-[70%] px-6 pb-8 text-muted-foreground;
|
||||
@apply flex w-[70%] pb-8 text-muted-foreground;
|
||||
}
|
||||
|
||||
.community-pages-flows-panel {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue