fix: ensure Unpin button visible in pinned sidebar footer

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Michael Chihlas
2026-03-22 01:13:48 -04:00
parent 9fcc564333
commit ce76e146fd

View File

@@ -401,7 +401,7 @@ export function Sidebar() {
<div className="flex-1" />
{/* Footer */}
<div className="px-3 py-2 space-y-0.5" style={{ borderTop: '1px solid #1e2130' }}>
<div className="px-3 pt-2 pb-4 space-y-0.5" style={{ borderTop: '1px solid #1e2130' }}>
{footerItems.map((item, i) => renderPinnedItem(item, `footer-${i}`))}
<button
type="button"