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:
shakespeare.diy
2026-02-19 00:49:34 -06:00
parent 45e0ad31ef
commit 052df1d153
+2 -2
View File
@@ -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 ? (