Khác biệt giữa bản sửa đổi của “MediaWiki:Minerva.css”
Không có tóm lược sửa đổi |
Không có tóm lược sửa đổi Thẻ: Đã bị lùi lại |
||
| Dòng 109: | Dòng 109: | ||
background: var(--background-color-disabled-fixed, #c8ccd1); | background: var(--background-color-disabled-fixed, #c8ccd1); | ||
} | } | ||
} | |||
/* ===== Fix infobox tràn khung trên bản mobile (skin Minerva) ===== */ | |||
.mw-parser-output .infobox { | |||
width: auto !important; | |||
max-width: 100% !important; | |||
box-sizing: border-box !important; | |||
float: none !important; | |||
margin: 1em auto !important; | |||
clear: both; | |||
} | |||
.mw-parser-output .infobox img { | |||
max-width: 100% !important; | |||
height: auto !important; | |||
} | |||
.mw-parser-output .infobox table { | |||
width: 100% !important; | |||
} | |||
.mw-parser-output .infobox td, | |||
.mw-parser-output .infobox th { | |||
word-break: break-word; | |||
white-space: normal !important; | |||
} | } | ||