Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 193: Line 193:
   ========================================================== */
   ========================================================== */


/* Desktop tooltip width knob */
:root { --sv-passive-width: 540px; }
:root { --sv-passive-width: 540px; }
@media (min-width: 769px) {
  :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: 100%;
     max-width: var(--sv-passive-width); /* <-- important: makes desktop actually widen */
     margin: 1em auto;
     margin: 1em auto;
     table-layout: fixed;
     table-layout: fixed;