curl-www icon indicating copy to clipboard operation
curl-www copied to clipboard

Mobile optimization for _tls-options

Open Man2Dev opened this issue 1 year ago • 4 comments

the https://curl.se/libcurl/c/tls-options.html is not very optimized for moblie pic

Man2Dev avatar Mar 22 '24 14:03 Man2Dev

I hear you. If you have ideas on how to fix it, let me know. I'm not actually a web person...

bagder avatar Mar 22 '24 22:03 bagder

the easiest fix I can think of for this code base is setting the table in a flex container and set each row as a flex item https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox

Man2Dev avatar Mar 25 '24 14:03 Man2Dev

I wanted to test this out but I had difficulties running the website locally. Does curl-www have docker container?

Man2Dev avatar Mar 25 '24 14:03 Man2Dev

I know of no docker container made for this, no. I personally run a local apache using my curl-www build dir as document root and I make curl.local resolve to 127.0.0.1. Then http://curl.local shows my local version of the site.

bagder avatar Mar 25 '24 15:03 bagder