rick code update
This commit is contained in:
@@ -1059,6 +1059,8 @@ export default function SchedulePage({ isToolManager, isMobile, onProfile, onHel
|
|||||||
|
|
||||||
{/* Right panel + mobile bottom bar — column so bottom bar stays at bottom */}
|
{/* 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 }}>
|
||||||
|
<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' }}>
|
<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 */}
|
{/* Mobile title + create */}
|
||||||
{isMobile && (
|
{isMobile && (
|
||||||
@@ -1197,8 +1199,6 @@ export default function SchedulePage({ isToolManager, isMobile, onProfile, onHel
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
</div>{/* end right+bottom column wrapper */}
|
|
||||||
|
|
||||||
{/* Event detail modal */}
|
{/* Event detail modal */}
|
||||||
{detailEvent && (
|
{detailEvent && (
|
||||||
<EventDetailModal
|
<EventDetailModal
|
||||||
|
|||||||
Reference in New Issue
Block a user