rick code update

This commit is contained in:
2026-03-18 12:41:30 -04:00
parent 830567305b
commit fbce4ce397

View File

@@ -1059,6 +1059,8 @@ export default function SchedulePage({ isToolManager, isMobile, onProfile, onHel
{/* Right panel + mobile bottom bar — column so bottom bar stays at bottom */}
<div style={{ flex:1, display:'flex', flexDirection:'column', overflow:'hidden', minWidth:0 }}>
<div style={{ flex:1, display:'flex', flexDirection:'column', overflow:'hidden', minWidth:0 }}>
{/* View toolbar */}
<div style={{ display:'flex', alignItems:'center', gap:8, padding:'8px 16px', borderBottom:'1px solid var(--border)', background:'var(--surface)', flexShrink:0, flexWrap:'nowrap' }}>
{/* Mobile title + create */}
{isMobile && (
@@ -1197,8 +1199,6 @@ export default function SchedulePage({ isToolManager, isMobile, onProfile, onHel
</div>
)}
</div>{/* end right+bottom column wrapper */}
{/* Event detail modal */}
{detailEvent && (
<EventDetailModal