MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 955: | Line 955: | ||
padding: 0.85em; | padding: 0.85em; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | |||
table.spiritvale-passive-infobox .module-passive-effects .sv-slot__body { | |||
align-items: stretch; | |||
justify-content: stretch; | |||
text-align: left; | |||
} | } | ||
| Line 988: | Line 994: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
gap: 0; | gap: 0.35em; | ||
box-sizing: border-box; | |||
padding: 0.05em 0; | |||
} | } | ||
table.spiritvale-passive-infobox .module-passive-effects .sv-pe-row { | table.spiritvale-passive-infobox .module-passive-effects .sv-pe-row { | ||
width: 100%; | |||
display: grid; | display: grid; | ||
grid-template-columns: minmax( | grid-template-columns: minmax(0, 1fr) max-content; | ||
gap: 0. | column-gap: 0.75em; | ||
row-gap: 0.05em; | |||
align-items: center; | align-items: center; | ||
} | } | ||
| Line 1,014: | Line 1,014: | ||
letter-spacing: 0.01em; | letter-spacing: 0.01em; | ||
opacity: 0.95; | opacity: 0.95; | ||
min-width: 0; | |||
overflow-wrap: anywhere; | |||
} | } | ||
| Line 1,019: | Line 1,021: | ||
font-weight: 650; | font-weight: 650; | ||
text-align: right; | text-align: right; | ||
font-size: 1.02em; | |||
min-width: 0; | |||
justify-self: end; | |||
overflow-wrap: anywhere; | overflow-wrap: anywhere; | ||
} | } | ||