HYLODE / HyUi

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

Responsive layout loses menu at 100% zoom #252

Closed docsteveharris closed 1 year ago

docsteveharris commented 1 year ago

Unless I zoom down to 90% or up to 125% I can't see either the sidebar (90%) or the burger menu (125%) I think this might be a regression from the CSS fix for the blank space?

Image

hqva commented 1 year ago

I think it's that the menu bar currently hides at 1500px - I can amend this to eg. 1250px? It depends a bit on how big the screens are in the actual hospital

Screen Recording 2023-02-23 at 11 27 26-2

docsteveharris commented 1 year ago

I don't know my way around CSS so happy for you to tune. The hospital monitors are all 1920x1200 and 80cm I moved from a layout tuned for lg not xl(i.e. >992 rather than >1200) as per https://getbootstrap.com/docs/5.0/layout/breakpoints/ when I switched to the wider layout which just meant updating the dmc.MediaQuery here 460408c179e0ab3a86006e7be5b56aa0950032a8

docsteveharris commented 1 year ago

actually I think I might have fixed this in #254