sqlitebrowser / website

The sqlitebrowser.org website. Created using Hugo & blogdown.
1 stars 7 forks source link

Fix css for /stats page #24

Closed richb-hanover closed 2 months ago

richb-hanover commented 2 months ago

The sole difference between main.css and mainstats.css was that the latter used the entire width of the browser window. All pages look fine when the content is constrained to 800px, so I simply removed references to mainstats.css in favor of main.css.

justinclift commented 2 months ago

Cool, lets try it out. :smile:

justinclift commented 2 months ago

Ahhh. That just appears to be the template change, without the generated docs.

justinclift commented 2 months ago

Ewww. Just pushed the generated docs to the website, and that stats page is really squished now.

Looks like that page really does need the full width.

Hmmm, what's the right way of fixing this?

justinclift commented 2 months ago

On second thought, the squished look for the website is probably just my not being used to it.

If it's a pain in the arse to change to be wider, then we can just leave it with the fixed width. :smile:

richb-hanover commented 2 months ago

@justinclift Fixed it in PR #25

justinclift commented 2 months ago

Cool, that fix works well. It takes the full page width which makes the charts easier to work with. :smile: