MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 193: | Line 193: | ||
========================================================== */ | ========================================================== */ | ||
:root { | /* Desktop tooltip width knob */ | ||
:root { --sv-passive-width: 540px; } | |||
} | |||
/* Consistent tooltip footprint for ALL passives (desktop) */ | /* Consistent tooltip footprint for ALL passives (desktop) */ | ||
table.spiritvale-passive-infobox { | table.spiritvale-passive-infobox { | ||
width: var(--sv-passive-width); | width: var(--sv-passive-width); | ||
max-width: | max-width: var(--sv-passive-width); /* <-- important: makes desktop actually widen */ | ||
margin: 1em auto; | margin: 1em auto; | ||
table-layout: fixed; | table-layout: fixed; | ||