Fix Feed Tabs border placement to match Other Stuff section
- Moved border-b-2 from wrapping div to CollapsibleTrigger button - Border now appears at section title instead of bottom of content - Consistent with Other Stuff section styling Co-authored-by: shakespeare.diy <assistant@shakespeare.diy>
This commit is contained in:
@@ -30,12 +30,12 @@ export function ContentSettings() {
|
||||
</div>
|
||||
|
||||
{/* Feed Tabs Section */}
|
||||
<div className="border-b-2 border-primary">
|
||||
<div>
|
||||
<Collapsible open={feedTabsOpen} onOpenChange={setFeedTabsOpen}>
|
||||
<CollapsibleTrigger asChild>
|
||||
<Button
|
||||
variant="ghost"
|
||||
className="w-full justify-between px-3 py-3.5 h-auto hover:bg-muted/20 rounded-none"
|
||||
className="w-full justify-between px-3 py-3.5 h-auto hover:bg-muted/20 rounded-none border-b-2 border-primary"
|
||||
>
|
||||
<span className="text-base font-semibold">Feed Tabs</span>
|
||||
{feedTabsOpen ? (
|
||||
|
||||
Reference in New Issue
Block a user