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 386: Line 386:
   box-sizing: border-box;
   box-sizing: border-box;
   margin: 0;
   margin: 0;
}
/* Slot 1: center the Level Selector vertically within the module tile */
table.spiritvale-skill-infobox .hero-module.module-level-selector {
  display: flex; /* ensures the body can fill the tile */
}
table.spiritvale-skill-infobox .hero-module.module-level-selector .hero-module-body {
  flex: 1;
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
}
}