2018-05-20 10:56:34 -04:00
|
|
|
/* HACKS */
|
|
|
|
|
2018-05-19 14:42:05 -04:00
|
|
|
.mobile-menu-active a.mw-echo-alert {
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
|
2018-05-20 10:56:34 -04:00
|
|
|
// This is all hacks
|
2018-05-19 14:42:05 -04:00
|
|
|
#echo-hack-badges {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
position: absolute;
|
|
|
|
top: 1px;
|
2018-05-20 10:56:34 -04:00
|
|
|
left: 1.5em;
|
2018-05-19 14:42:05 -04:00
|
|
|
pointer-events: none;
|
|
|
|
|
|
|
|
li {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2018-05-20 10:56:34 -04:00
|
|
|
// More hacks
|
2018-05-19 14:42:05 -04:00
|
|
|
#pt-notifications-alert .mw-echo-notifications-badge,
|
|
|
|
#pt-notifications-notice .mw-echo-notifications-badge {
|
|
|
|
width: 1.9em;
|
|
|
|
overflow: hidden;
|
|
|
|
height: 16;
|
2018-05-20 10:56:34 -04:00
|
|
|
top: 0;
|
|
|
|
color: transparent;
|
2018-05-19 14:42:05 -04:00
|
|
|
|
|
|
|
&:before {
|
|
|
|
display: none;
|
|
|
|
}
|
2018-12-08 15:24:55 -05:00
|
|
|
|
2018-05-19 14:42:05 -04:00
|
|
|
&:after {
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|