feat(core): hide the text from the help indicator

This commit is contained in:
alistair3149 2024-06-14 13:12:30 -04:00
parent 9bd18ea054
commit 5bc18b5f4a
No known key found for this signature in database

View file

@ -125,6 +125,10 @@ td {
filter: var( --filter-invert );
}
#mw-indicator-mw-helplink a {
font-size: 0; /* Hide the text because the color is weird */
}
video {
max-width: 100%; // Prevent overflow
}