Skip to content

Move mobile task input to bottom#4

Draft
Copilot wants to merge 4 commits intomainfrom
copilot/move-input-to-bottom
Draft

Move mobile task input to bottom#4
Copilot wants to merge 4 commits intomainfrom
copilot/move-input-to-bottom

Conversation

Copy link

Copilot AI commented Jan 20, 2026

Mobile task entry should be easier by placing the input area at the bottom of the screen while keeping desktop layout intact.

  • Layout behavior
    • Reverse the main column order under the mobile breakpoint so the task input renders after the task list.
  • Viewport alignment
    • Keep the main container height aligned with the full viewport while respecting page padding.

Example:

@media (max-width: 640px) {
  main {
    flex-direction: column-reverse;
    min-height: calc(100vh - 2 * var(--page-padding));
  }
}
Original prompt

I want to move the input to the bottom of screen so it is easier and more natural to enter tasks on mobile


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 3 commits January 20, 2026 12:16
Co-authored-by: bart-jaskulski <56613051+bart-jaskulski@users.noreply.github.com>
Co-authored-by: bart-jaskulski <56613051+bart-jaskulski@users.noreply.github.com>
Co-authored-by: bart-jaskulski <56613051+bart-jaskulski@users.noreply.github.com>
Copilot AI changed the title [WIP] Move input to bottom of screen for mobile Move mobile task input to bottom Jan 20, 2026
Copilot AI requested a review from bart-jaskulski January 20, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants