mariocraft987 / bark-coding

A Blockly Based coding language
https://bark.dumorando.com
BSD 2-Clause "Simplified" License
10 stars 18 forks source link

mobile-friendly site #33

Closed breakfast-for-dinner closed 3 months ago

breakfast-for-dinner commented 3 months ago

guys we need a mobile friendly site. currently you gotta zoom in to click tiny buttons and it's just unwieldy. i know that coding websites are meant for desktops but it would be so nice to have. i got it started at the bottom of bluedodger.css if anyone knows how and has the time and patience to revamp pretty much the entire site.

mariocraft987 commented 3 months ago

I have been thinking about making it mobile since yesterday!

dumorando commented 3 months ago

currently you gotta zoom in to click tiny buttons and it's just unwieldy.

add

<meta name="viewport" content="width=device-width, initial-scale=1.0">

to the head

breakfast-for-dinner commented 3 months ago

currently you gotta zoom in to click tiny buttons and it's just unwieldy.

add

<meta name="viewport" content="width=device-width, initial-scale=1.0">

to the head

yep, i did this. there's still an issue with the boxes but it'll get fixed

nmsderp commented 3 months ago

looks like this has been done