Jump in the discussion.

No email address required.

Jump in the discussion.

No email address required.

Jump in the discussion.

No email address required.

Jump in the discussion.

No email address required.

Jump in the discussion.

No email address required.

Jump in the discussion.

No email address required.

Jump in the discussion.

No email address required.

Jump in the discussion.

No email address required.

turns out it's actually a sitewide issue and I' m r-slurred so never mind lmao :#marseygunshotsuicide:

I just didn't notice it in other holes because the g and p in singapore make the header slightly taller

Jump in the discussion.

No email address required.

Jump in the discussion.

No email address required.

actually I think it can be fixed on a per-hole basis

changing

#navbar>div>a.font-weight-bold.ml-2.flex-grow-1.mt-1::before {
    font-size: 2vw !important;

to

#navbar>div>a.font-weight-bold.ml-2.flex-grow-1.mt-1::before {
    font-size: clamp(0px, 2vw, 45.5px) !important;

should fix it. I think. It worked in /h/test

(45.5px so the header ends up matching the 81.55px padding on the body at max size)

Jump in the discussion.

No email address required.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.