v0.9.72 bugs fixes

This commit is contained in:
2026-03-18 14:07:35 -04:00
parent 3c97fd6769
commit 7d44bff526
5 changed files with 8 additions and 8 deletions

View File

@@ -1057,8 +1057,7 @@ export default function SchedulePage({ isToolManager, isMobile, onProfile, onHel
</div>
)}
{/* Right panel + mobile bottom bar — column so bottom bar stays at bottom */}
<div style={{ flex:1, display:'flex', flexDirection:'column', overflow:'hidden', minWidth:0 }}>
{/* Right panel + mobile bottom bar — column flex so bottom bar stays at bottom */}
<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' }}>
@@ -1169,7 +1168,6 @@ export default function SchedulePage({ isToolManager, isMobile, onProfile, onHel
</div>
)}
</div>{/* end inner right panel */}
{/* Mobile bottom bar — matches Messages exactly: just the UserFooter */}
{isMobile && (
@@ -1199,7 +1197,9 @@ export default function SchedulePage({ isToolManager, isMobile, onProfile, onHel
</div>
)}
</div> {/* end right+bottom column wrapper */}
</div>{/* end right+bottom column wrapper */}
</div>{/* end right+bottom column wrapper */}
{/* Event detail modal */}
{detailEvent && (