DSFML icon indicating copy to clipboard operation
DSFML copied to clipboard

Website width

Open dmi7ry opened this issue 9 years ago • 2 comments

Hi. Why website is so narrow? For example, Browser opened full size of my display (1920*1080). Almost always site uses only 30% of width. It's terrible.

An example. http://dsfml.com/docs/window.html site1

Code section has horizontal scrollbar (unnecessary spaces not deleted?). This scrollbar eats vertical space.

Below: site2 The table has 919 pixels (all other has 640 pixels).

Below: site3 WTF? There are two horizontal scrollbars!

Again: site4

And same things on all the site. Make site wider please.

dmi7ry avatar Oct 28 '16 12:10 dmi7ry

The main reason for this was that I used the CSS sheet github provided and I never thought it was a high priority to fix it.

I recently purchased dsfml.org and it is on an actual server (not a github page), so I'll be transferring things and fixing issues before the next version release.

Jebbs avatar Oct 28 '16 15:10 Jebbs

Since it's on an actual server, have you thought about SSL? If not, might I suggest using: https://letsencrypt.org

While it's not likely for there to be anything that requires encrypting, it's nice to have. Possibly also HTTP2 (pretty easy to setup if you're using nginx).

luke5542 avatar Oct 28 '16 21:10 luke5542