fix(canvas): hide feed toggle on mobile corner tools

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-21 22:31:40 -07:00
parent 9b0a672c7b
commit e56b4fe89c
1 changed files with 6 additions and 1 deletions

View File

@ -1836,7 +1836,7 @@
flex-shrink: 0;
}
/* Corner tools: collapsed single icon on mobile, bottom-left under side toolbar */
/* Corner tools: collapsed single icon on mobile, bottom-left */
#canvas-corner-tools {
bottom: 8px;
left: 6px;
@ -1844,6 +1844,11 @@
flex-direction: column;
padding: 4px;
}
/* When collapsed on mobile, hide feed toggle too — show only zoom icon */
#canvas-corner-tools.collapsed #feed-toggle,
#canvas-corner-tools.collapsed .corner-sep {
display: none !important;
}
#canvas-corner-tools .corner-btn {
width: 40px;