mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 23:24:39 +00:00
Increase the space between the link and the popup
Change-Id: Ic3832bb61ac2d209fbc3d4d4204ec9d2d6106ac3
This commit is contained in:
parent
8c0cc231c7
commit
ecc6f4a00a
|
@ -127,7 +127,7 @@
|
|||
*/
|
||||
function createBox ( href, $el ) {
|
||||
var bar = cache[ href ],
|
||||
offsetTop = $el.offset().top + $el.height() + 5,
|
||||
offsetTop = $el.offset().top + $el.height() + 7,
|
||||
offsetLeft = $el.offset().left;
|
||||
|
||||
elTime = mw.now();
|
||||
|
|
Loading…
Reference in a new issue