mediawiki-skins-Citizen/skinStyles/mediawiki/teleportTarget.less
alistair3149 95c355d9b3
fix(mediawiki): 🐛 apply body styles to overlay outside of citizen-body
This should fix the incorrect line-height issue in VE preview.

T347199
2024-10-21 19:09:22 -04:00

13 lines
304 B
Plaintext

/*
* Apply styles from .citizen-body
* T347199
* TODO: Drop the body > selectors after we move to 1.43
* and #mw-teleport-target are ready
*/
#mw-teleport-target,
body > .oo-ui-windowManager,
body > .ve-ui-overlay-global {
font-size: var( --font-size-small );
line-height: var( --line-height );
}