Page height CSS and footer links suggestion

Issue #193 new
Wes Cook created an issue

Currently you set html, body {height: 100%;}. This can be imprecise, and shows a bit of white at the bottom of the page on some browser sizes. I’d suggest height: 100vh, assuming your browser support allows for it.

https://caniuse.com/viewport-units

It’s also quite difficult to see the footer links on smaller resolutions, at least on minimalist theme.

I’d add a background-color. Ideally it would be something like #footerLinks {background-color: var(--background-color)} so it doesn’t need to be theme-specific, but it doesn’t look like themes currently set any custom properties to use like this.

Comments (2)

  1. Log in to comment