Semantic-UI-React icon indicating copy to clipboard operation
Semantic-UI-React copied to clipboard

Make website reponsive for mobile devices

Open ritik307 opened this issue 4 years ago • 4 comments
trafficstars

Feature Request

Add responsiveness for mobile devices.

Problem description

When a user accesses the website via a mobile device, it becomes very difficult for them to even access the content as the side menubar cover up the whole screen.

Proposed solution

Allowing the side menu bar to hide automatically when the screen size reduces to a certain dimension.

Screenshot (Mobile view)

semanticuiissue

ritik307 avatar Feb 06 '21 07:02 ritik307

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.

We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

welcome[bot] avatar Feb 06 '21 07:02 welcome[bot]

Actually, this would be nice for desktop also. Maybe make it close-able? Or resizeable?

I-keep-trying avatar Mar 25 '21 20:03 I-keep-trying

This would be great 🔥

layershifter avatar Jul 27 '21 11:07 layershifter

It looks like the page starts being cut at screen sizes less than ~730px

if we hide the left menu (display:none) and remove the 250px of margin-left on the middle column, we get something like this:

Screen Shot 2021-08-13 at 3 15 52 PM

Is this UI acceptable? It should work until we get down to ~500px, at which point the right-side bar gets cut off Screen Shot 2021-08-13 at 3 19 45 PM

jonatanYanovsky avatar Aug 13 '21 19:08 jonatanYanovsky