Issue with the header…

Thanks to whoever (Mr. Atwood?) fixed the dark mode toggle for FF mobile. Really saves my eyes at night!

1 Like


?

4 Likes

Same things going on for me on mobile

2 Likes

Me as well.

Same result in firefox and chrome.

1 Like

the CSS rule for the site-text-logo id selector is missing visibility: hidden; for whatever reason, causing the underlying YoYoExpert text used as a link to be displayed as well as the stylized text logo that’s applied in the site-text-logo:after rule.

before:

after adding an inline rule to add visibility: hidden;, the text-logo displays correctly

4 Likes

In the meantime, you can use a bookmarklet to fix this with one click, at least on desktop; i haven’t tested if this works in mobile browsers.

Create a bookmark with this as the link:

javascript:(function () { var s = document.createElement('style'); s.innerText = ".d-header #site-text-logo%20{%20visibility:%20hidden%20}";%20document.head.appendChild(s);})();

name it something like “fix yye css”

then when you’ve loaded the page w/ the broken CSS, you can just click on your bookmarklet to fix it :slight_smile:

2 Likes

I feel like this must be what it’s like when I talk to non-car people about a problem I diagnosed and fixed on a car earlier that day

5 Likes

I like the broken header….

Yeah I’ve come around to the new @JeiCheetah edition home button design

6 Likes