Add mobile Today progress updates without advancing work #1053

Merged
timmy merged 2 commits from timmy/1052-mobile-today-progress-updates into main 2026-08-18 00:52:45 +00:00
Showing only changes of commit bed9bb4270 - Show all commits

View File

@ -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) {