Skip to content

Conversation

wesleyboar
Copy link
Member

@wesleyboar wesleyboar commented Jan 27, 2023

Overview & Changes

Remove min-height on Dashboard i.e. discard my old lazy mobile UI solution, rely totally on #110.

Related:

Testing

  1. View page with a window <767px by <900px.
  2. If you are a CMS admin, then—using "Inspect Element" tool—delete margin-top: 46px from <html>.
    That style is added dynamically by CMS admin to make room for the CMS admin header/toolbar.
  3. Verify there is no scrollbar needed to see the entire footer.

UI

No Minimum Height

Ignore the different foot content. That is because my localhost footer is just a sentence.

before after
shorter than 900px short, before short, after

Taller than 900px

Ignore the different foot content. That is because my localhost footer is just a sentence.

No Change
before after
taller than 900px tall, before tall, after

I had slapped a min-height on Dashboard, to avoid dealing with mobile. With a real mobile solution implemented (#110), this lazy solution can be discarded.
@wesleyboar
Copy link
Member Author

A wide and short screen has a goofy layout. This should be retained for wide layouts, but not narrow layouts.

@wesleyboar wesleyboar closed this Jan 27, 2023
@wesleyboar wesleyboar deleted the task/dashboard-remove-mobile-ui-lazy-solution branch February 10, 2023 16:45
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.

1 participant