chore: merge executor worktree (worktree-agent-ad448992e936c77aa)
This commit is contained in:
@@ -160,6 +160,8 @@ export default function App() {
|
||||
flexDirection: 'column',
|
||||
overflow: 'hidden',
|
||||
position: 'relative',
|
||||
// Phone-only: reserve space for the fixed BottomTabBar so content is not occluded
|
||||
...(phone ? { paddingBottom: 'var(--bottom-chrome-h)' } : {}),
|
||||
};
|
||||
|
||||
// Setup gate: while setup status is loading, render nothing (prevent flash).
|
||||
|
||||
@@ -467,7 +467,7 @@ export function CalendarShell() {
|
||||
onClick={() => setEventForm(true, 'create')}
|
||||
style={{
|
||||
position: 'fixed',
|
||||
bottom: 'var(--space-6)',
|
||||
bottom: 'calc(var(--bottom-chrome-h) + var(--space-6))',
|
||||
right: 'var(--space-6)',
|
||||
width: '56px',
|
||||
height: '56px',
|
||||
|
||||
Reference in New Issue
Block a user