diff --git a/frontend/dashboard.css b/frontend/dashboard.css index f966707..1e527a5 100644 --- a/frontend/dashboard.css +++ b/frontend/dashboard.css @@ -1101,7 +1101,7 @@ textarea { resize: vertical; min-height: 120px; } .mobile-today-hud [data-today-break-open] { grid-column:1 / -1; } .mobile-today-hud [data-work-session-adjust-plan] { grid-column:1 / -1; } - .today-completion-undo { bottom:calc(224px + env(safe-area-inset-bottom)); } + .today-completion-undo { bottom:calc(272px + env(safe-area-inset-bottom)); } } @media (min-width:701px) { .update-gesture-status { display:none; } } @media (prefers-reduced-motion: reduce) {