mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-04 04:09:00 +00:00
9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
|
.mw-echo-ui-overlay {
|
||
|
// We need the overlay to be adjusted for:
|
||
|
// #globalWrapper 127%
|
||
|
// .pBody 95%
|
||
|
// .portlet ul 95%
|
||
|
// .mw-echo-ui-notificationBadgeButtonPopupWidget > .oo-ui-popupWidget 0.875/0.75em
|
||
|
font-size: 1.27*0.95*0.95*0.875/0.75em;
|
||
|
}
|