andrewcode-create / Website-Collection

A simple collection of websites to be displayed with a tab at the top.
GNU General Public License v3.0
0 stars 0 forks source link

Optimize for mobile viewing #10

Open andrewcode-create opened 2 weeks ago

mq003at commented 2 weeks ago

For mobile viewing, do you mean responsive design?

andrewcode-create commented 2 weeks ago

I mean that the sidebar will get in the way -- there should be a way to hide it (perhaps a hamburger menu?) The iframe should look very similar to actually going to the website, but still with an easy way to switch to a different website.

mq003at commented 2 weeks ago

You can use @media to change your classes depending on the device's width and height. https://www.w3schools.com/cssref/css3_pr_mediaquery.php