-
-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Labels
Description
Is there an existing issue outlining your problem?
- I am using the latest version of the provided userstyle.
- I have searched the existing issues and they do not solve my problem.
What userstyles are you seeing the problem on?
lbl:wikipedia
Describe your problem.
A part of the "Page Preview" popup on Wikipedia is colored incorrectly (see screenshots).
The gradient here in the ::after
should go from transparent to the page background color (--background-color-base
I think) instead of white (#ffffff
).
To also fix this for right-to-left languages, the same should be done for .mwe-popups-extract[dir='rtl']::after
with a gradient to left.
If it helps, the default of a right-to-left written article is this:
Attach screenshots.
What browser(s) are you seeing the problem on?
Chromium 131.0.6778.264
Any additional comments?
hope this helps 😀