MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 188: | Line 188: | ||
.wizlords-example-table-full-heal { | .wizlords-example-table-full-heal { | ||
max-width: 500px; | max-width: 500px; | ||
} | |||
.skin-citizen .citizen-overflow-wrapper:has(.wizlords-reward-table) { | |||
width: fit-content; | |||
max-width: 100%; | |||
margin-right: auto; | |||
margin-left: 0; | |||
overflow-x: visible; | |||
border: 0; | |||
border-radius: 0; | |||
box-shadow: none; | |||
background: transparent; | |||
} | |||
.skin-citizen .citizen-overflow-wrapper:has(.wizlords-reward-table) | |||
.wizlords-reward-table { | |||
min-width: 0; | |||
} | } | ||
| Line 1,094: | Line 1,111: | ||
.skin-citizen .wizlords-class-category-table { | .skin-citizen .wizlords-class-category-table { | ||
max-width: 640px; | max-width: 640px; | ||
} | |||
.skin-citizen .citizen-overflow-wrapper:has(.wizlords-reward-table) { | |||
margin-right: auto; | |||
margin-left: auto; | |||
} | } | ||