Debian 12 (stable/Bookworm), using the MX-Repo-Package from Steve Pusser
☑ I tested it with a fresh PM-profile, no add-ons.
https://wiki.selfhtml.org/
Hi,
I'm not sure, if it's a website bug (I'm a bit pessimistic) or a bug in Pale Moon. If it's confirmed, feel free to move this thread.
I just want to make sure, that it's not a problem on my setup first, before opening a bug report.
The selfhtml-wiki (in Germany quite old & known site on html, css, js…) has a layout problem.
It seems like the combined grid-property of the body element is not correctly interpreted, if the width is greater than 40em (…media-query).
As result the layout gets completely broken, with the nav floats above the content, nothing clickable, etc. (See screenshot 1)
The respective css-rule (pretty-printed), looks valid for me, but I am no expert in grid-layout:
Code: Select all
grid: "selfnav selfnav" var(--selfnav-height)
"leftnav persnav" auto
"leftnav content" auto
"leftnav footer " 1fr
/ var(--mw-panel-width) minmax(1em,60em);
Code: Select all
@media (min-width:40em){body{--content-margin-inline:0.75rem;display:grid;grid:"selfnav selfnav" var(--selfnav-height) "leftnav persnav" auto "leftnav content" auto "leftnav footer " 1fr / var(--mw-panel-width) minmax(1em,60em);column-gap:0.7em;padding:0}}
Code: Select all
(none)
Because if I extract the `grid-template-areas`-part and add it manual with the Inspector (…or via userscript), than the website renders afaict as the property specifies it. (Also adding -rows and/or -columns with the respective content doesn't alters the rendering further for me.)
(Screenshot 2, don't know if the `leftnav`-column is rendered as it intended, but that's another question):
Code: Select all
grid-template-areas: "selfnav selfnav" "leftnav persnav" "leftnav content" "leftnav footer "
Did I miss something?
Off-topic:
Kind of funny …and not
: if you can read up the information on the css properties for the hot fix on the same site that shows the problem…
Kind of funny …and not
