StylishThemes / Quora-Dark

:school: Dark Quora
https://github.com/StylishThemes/Quora-Dark/raw/master/quora-dark.user.css
Other
83 stars 15 forks source link

Somewhere is not fully styled when logging out #44

Closed Geeyun-JY3 closed 3 years ago

Geeyun-JY3 commented 4 years ago

Somewhere is not fully styled when logging out. Just see the screenshots below.

the-j0k3r commented 4 years ago

Thanks for report.

I can see the bottom issue, but the top looks completely different to me and theres no issues.

generic

The bottom screenshot I can see the issue plainly as reported.

Any addition info you can provide to help would be good.

Thx

Geeyun-JY3 commented 4 years ago

but the top looks completely different to me and theres no issues.

Have you ever tried to select a language which is different from the region of your IP address? Maybe you can reproduce the Login page issue by doing this (just I think🤣).

the-j0k3r commented 4 years ago

Have you ever tried to select a language which is different from the region of your IP address? Maybe you can reproduce the Login page issue by doing this (just I thinkrofl).

I followed your instructions, my IP is not within an English language region anyway, but I tried several languages in either case.

Perhaps the best thing here is for you to inspect the affected area where you hover the language button and take a screenshot of the inspector showing the affected classes, also a copy of the inner/outer HTML containing the classes would also be helpful together.

Thx

Geeyun-JY3 commented 4 years ago

I click the Copy outerHTML and get this:

<div class="language_links u-margin-top--lg"><span class="network_link_arrow"><a class="network_link one-pan-link-mark" href="https://de.quora.com">Deutsch</a><span class="ui_icon ui_icon_color--gray_light ui_icon_size--small ui_icon_outline--default" aria-hidden="true"><svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <g id="chevron_right" class="icon_svg-stroke" stroke="#666" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linecap="round">
        <polyline id="chevron" transform="translate(12.500000, 12.002415) scale(1, -1) rotate(-90.000000) translate(-12.500000, -12.002415) " points="5.49758463 8.50241537 12.4975846 15.5024154 19.5024154 8.50241537"></polyline>
    </g>
</svg></span></span></div>

Screenshots: image image

the-j0k3r commented 4 years ago

Would you try

.language_links:hover {
  background: #f3f;
}
Geeyun-JY3 commented 4 years ago

Would you try

How🤣?

the-j0k3r commented 4 years ago

Edit the style and put that css in and save

Geeyun-JY3 commented 4 years ago

quora

Geeyun-JY3 commented 3 years ago

OK now it is the same.

the-j0k3r commented 3 years ago

works fine here