Page display is borked on a fresh profile - https://osresearch.net/Heads-threat-model/#threat-model Topic is solved

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
moonbat
Knows the dark side
Knows the dark side
Posts: 5768
Joined: 2015-12-09, 15:45

Page display is borked on a fresh profile - https://osresearch.net/Heads-threat-model/#threat-model

Post by moonbat » 2025-12-24, 05:39

Tested on a fresh profile. - It is a wiki, and the table of contents is overlaid over the page.

Code: Select all

Nothing to see in the console.
I"m guessing it's a CSS issue?
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

Image
KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

User avatar
adoxa
Astronaut
Astronaut
Posts: 580
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: Page display is borked on a fresh profile - https://osresearch.net/Heads-threat-model/#threat-model

Post by adoxa » 2025-12-24, 06:05

Yes, it uses max to set the margin.

Code: Select all

@-moz-document domain("osresearch.net") {
  .side-bar + .main {
    margin-left: calc((100% - 66.5rem) / 2 + 16.5rem);
  }
}

User avatar
moonbat
Knows the dark side
Knows the dark side
Posts: 5768
Joined: 2015-12-09, 15:45

Re: Page display is borked on a fresh profile - https://osresearch.net/Heads-threat-model/#threat-model

Post by moonbat » 2025-12-24, 08:51

Thanks, that worked!
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

Image
KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net