MediaWiki talk:Gadget-ReferenceTooltips.js: Difference between revisions
Content deleted Content added
→Update request 9 July 2024: reply to Matma Rex |
→Update request 9 July 2024: addition |
||
Line 229:
:::::The width of footnote boxes should also probably be specified relative to the font size, to some consistent number of ems (25 or so? not sure). Then there can be somewhat consistent expectation for authors that readers' view of a popup note will be relatively close to an author's own view. –[[user:jacobolus|jacobolus]] [[User_talk:jacobolus|(t)]] 15:01, 10 July 2024 (UTC)
::::::That too, yeah. [[User:JWBTH|Jack who built the house]] ([[User:JWBTH|talk]]) 15:02, 10 July 2024 (UTC)
:::::Like this: [[File:English Wikipedia Lemniscate elliptic functions 2024-07-12 11-26-19.png|frameless|none]] [[User:JWBTH|Jack who built the house]] ([[User:JWBTH|talk]]) 11:27, 12 July 2024 (UTC)
::I assume this is to be fixed by appending the WindowManager to <code>OO.ui.getTeleportTarget()</code> instead of {{tag|body|o}}? (See [[phab:T348286]].) [[User:Nardog|Nardog]] ([[User talk:Nardog|talk]]) 06:55, 10 July 2024 (UTC)
:::Oh right, using <code>#mw-teleport-target</code> could actually be a better idea than hardcoding anything (note that reference tooltips are not OOUI-based).{{pb}}Let's see. Before the change the tooltip was 13px across all skins against 14px body size. We want to make it bigger where the body font size is bigger. <code>#mw-teleport-target</code> is:
|