mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 20:00:38 +00:00
14 lines
230 B
Plaintext
14 lines
230 B
Plaintext
|
body #p-personal {
|
||
|
overflow: visible;
|
||
|
}
|
||
|
|
||
|
.mw-echo-ui-notificationBadgeButtonPopupWidget {
|
||
|
font-variant: normal;
|
||
|
text-transform: none;
|
||
|
font-weight: normal;
|
||
|
// Badge
|
||
|
> .oo-ui-buttonElement-button {
|
||
|
border-radius: none;
|
||
|
}
|
||
|
}
|