mediawiki-extensions-Echo/modules/styles/mw.echo.ui.overlay.monobook.less
Moriel Schottlender 77acb5b3ee Move the popups to the overlay
This will solve multiple issues with the design having to overcome
the theme-based design for the #p-tools.

Bug: T156080
Change-Id: Ibfcdfeea649e566059fd88485e146fbad2201016
2017-12-20 15:44:27 -08:00

8 lines
234 B
Plaintext

.mw-echo-ui-overlay {
// We need the overlay to be adjusted for:
// #globalWrapper 127%
// .pBody 95%
// .mw-echo-ui-notificationBadgeButtonPopupWidget > .oo-ui-popupWidget 0.875/0.75em
font-size: 1.27 * 0.95 * 0.875 / 0.75em;
}