fix: always show the 3-dot and the folder in mobile view

This commit is contained in:
Anish Sarkar 2026-01-22 04:27:34 +05:30
parent 596515f523
commit 9c2a1766f6
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ export function SidebarSection({
{/* Action button - visible on hover (always visible on mobile) */}
{action && (
<div className="shrink-0 opacity-0 group-hover/section:opacity-100 transition-opacity pr-1 flex items-center">
<div className="shrink-0 opacity-100 md:opacity-0 md:group-hover/section:opacity-100 transition-opacity pr-1 flex items-center">
{action}
</div>
)}