HYLODE / HyUi

HYLODE User Interface Repository
http://hylode.org/
Apache License 2.0
3 stars 2 forks source link

Steve/241 wider layout #248

Closed docsteveharris closed 1 year ago

docsteveharris commented 1 year ago

ready to merge I think the old pull request is broken (apols) will create a separate issue to build the ability to select the patient from the table (this will create a circular callback so will be a bit tricky)

docsteveharris commented 1 year ago

Can I suggest some changes to web/assets/style.css?

  1. delete @media only screen and (max-width: 1200px)
  2. edit #wrapper margin-left and margin-right to 280px and 0px respectively
  3. edit @media only screen and (max-width: 1500px) to include both navbars collapsing

I think this works better at various screen widths - otherwise at 1500px there is an odd looking wide right margin that overall narrows the contents.

I have made these changes in a commit that I will push to this branch - please feel free to revert if you disagree - but thought it would be the best way of actually visualising them!

I don't think I can reproduce these errors in my remote desktop, but happy just to run with this unless @harryjmoss has any other suggestions