nerocui / JitHubFeedback

Welcome to feedback for JitHub.
5 stars 0 forks source link

Landing screen in smallest height doesn't show all text #17

Closed roxk closed 2 years ago

roxk commented 3 years ago

Steps to reproduce:

  1. Launch fresh install app
  2. Shrink app to smallest size
  3. Observe text is obstructed, and the text is not scrollable

Screenshot image

Actually, just smallest height could reproduce it, the card on the right hand side is a standalone UserControl? image

This is an otherwise responsive landing page. Good job!

nerocui commented 3 years ago

Thanks for reporting! This is definitely something I need to fix. The whole login screen is actually defined in one while, I didn't bother to make separate controls for the card. The right half just takes over once the screen is narrow enough.

nerocui commented 2 years ago

This has been fixed by making the text scrollable in smaller screen in version 1.1 released today. Please give it a go!