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
(One intermediate revision by the same user not shown)
Line 193: Line 193:
   ========================================================== */
   ========================================================== */


:root { --sv-passive-width: 420px; }
/* Desktop tooltip width knob */
 
:root { --sv-passive-width: 540px; }
@media (min-width: 769px) {
  :root { --sv-passive-width: 420px; }
}
 


/* 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;