CasperDash / casperdash-extension

Casper blockchain wallet
https://casperdash.io
MIT License
6 stars 5 forks source link

[Welcome page] Should full white height page #288

Closed 0xkynz closed 1 year ago

0xkynz commented 1 year ago

Describe the bug Currently, the welcome page of our application does not occupy the full height of the screen. This results in a less optimal user experience, as there is unnecessary empty space below the content.

To Reproduce Steps to reproduce the behavior:

  1. Go to lock account
  2. Navigate to the welcome page.
  3. Observe that the content does not occupy the entire height, leaving empty space at the bottom.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

image

Possible Solution

One possible solution to address this issue is to apply CSS styling to the welcome page container, ensuring it extends to the full height of the viewport. This can be achieved by setting the container's height property to 100vh or by using appropriate CSS flexbox or grid layout properties.

Note

Please prioritize this issue as it significantly affects the user experience and should be resolved to provide a polished and professional look to our application.