docs.getutm.app's CSS seems to be broken?

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
ownedbywuigi
Fanatic
Fanatic
Posts: 138
Joined: 2026-03-09, 21:48
Location: United Kingdom

docs.getutm.app's CSS seems to be broken?

Post by ownedbywuigi » 2026-04-07, 18:35

Testing this on both Dactyloidae 13.1/13.2 and latest Basilisk, can't check it out on Pale Moon yet since that's on my Windows machine

Nothing from the console.
You do not have the required permissions to view the files attached to this post.
Windows Server 2022, i9 9900K, 32GB DDR4, GTX 970, Dactyloidae 13.2-pre1
OS X Monterey, 2013 Mac Pro, Xeon e5-1650v2, 2x FirePro D500, 64GB DDR3, Dactyloidae 13.1

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

Re: docs.getutm.app's CSS seems to be broken?

Post by adoxa » 2026-04-08, 00:01

It's using max; override it with:

Code: Select all

@media (min-width: 66.5rem) {
	.side-bar+.main {
		margin-left:calc((100% - 66.5rem) / 2 + 16.5rem);
	}
}