mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
feat(core): ✨ hide the text from the help indicator
This commit is contained in:
parent
9bd18ea054
commit
5bc18b5f4a
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue