mediawiki-skins-Insurgency/resources/mobile-echo.less
jdlrobson 65cbf78781 Drop double skin-responsive class
This is already added in `skin-responsive.less` so adding it
a second time means the selector no longer matches.

Bug: T288681
Change-Id: I4b08561f8848dc5f8545f5dc42add8b5ec286ca8
2021-08-11 15:12:17 -07:00

39 lines
560 B
Text

/* HACKS */
.mobile-menu-active a.mw-echo-alert {
padding-left: 1em;
padding-right: 1em;
}
// This is all hacks
#echo-hack-badges {
list-style: none;
margin: 0;
position: absolute;
top: 1px;
left: 1.5em;
pointer-events: none;
li {
white-space: nowrap;
}
// More hacks
#pt-notifications-alert .mw-echo-notifications-badge,
#pt-notifications-notice .mw-echo-notifications-badge {
width: 1.9em;
overflow: hidden;
height: 16;
top: 0;
color: transparent;
&:before {
display: none;
}
&:after {
left: 0;
top: 0;
}
}
}