Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the screen UI height flow #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

umeklinks
Copy link
Owner

Removed the "h-screen" from the DIV holding the (button, Login and progress) which removed the default extra screen scroll.

Added a parent DIV to hold both the Logo and the DIV holding the (button, Login and progress) with class="py-10 space-y-20 h-full". The h-full is to allow the page height to flow with more items to be added. More items added will make the page scrollable. The "space-y-20" is to give a decent space between the logo and the button container/DIV

For the DIV holding the (button, Login and progress), I moved it into another DIV with class="py-20" to make the space distinct.

Removed the "h-screen" from the DIV holding the (button, Login and progress) which removed the default extra screen scroll.

Added a parent DIV to hold both the Logo and the DIV holding the (button, Login and progress) with class="py-10 space-y-20 h-full". The h-full is to allow the page height to flow with more items to be added. More items added will make the page scrollable. The "space-y-20" is to give a decent space between the logo and the button container/DIV

For the DIV holding the (button, Login and progress), I moved it into another DIV with class="py-20" to make the space distinct.
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