mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
Supress eslint error
This commit is contained in:
parent
4665f1164e
commit
e982e0e05f
|
@ -28,7 +28,7 @@
|
||||||
// 500px or below will break the message box, +40px margin
|
// 500px or below will break the message box, +40px margin
|
||||||
@media only screen and ( max-width: 540px ) {
|
@media only screen and ( max-width: 540px ) {
|
||||||
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup {
|
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup {
|
||||||
left: 0!important;
|
left: 0 !important;
|
||||||
|
|
||||||
> .oo-ui-popupWidget-popup {
|
> .oo-ui-popupWidget-popup {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
|
|
||||||
@media ( prefers-color-scheme: dark ) {
|
@media ( prefers-color-scheme: dark ) {
|
||||||
.oo-ui-pendingElement-pending {
|
.oo-ui-pendingElement-pending {
|
||||||
filter: invert( 1 ) hue-rotate(180deg);
|
filter: invert( 1 ) hue-rotate( 180deg );
|
||||||
}
|
}
|
||||||
|
|
||||||
.oo-ui-buttonElement-frameless {
|
.oo-ui-buttonElement-frameless {
|
||||||
|
|
Loading…
Reference in a new issue