Jump to content

MediaWiki:Mobile.css: Difference between revisions

No edit summary
No edit summary
Line 129: Line 129:
Main page boxes
Main page boxes
*/
*/
.mwBoxContainer {
.mwBoxRow {
display: flex;
display: flex;
flex-direction: column; /* Mobile exclusive */
flex-direction: column; /* Mobile exclusive */
}
}
.mwBoxRow {
.mwBoxPanel {
border-spacing: 8px;
border-spacing: 8px;
border: 1px solid;
border: 1px solid;
Line 141: Line 141:
margin: 5px;
margin: 5px;
padding: 8px;
padding: 8px;
width: auto !important; /* Mobile exclusive */
}
}
.mwBoxHeader {
.mwBoxHeader {
Line 152: Line 153:
color: #000000;
color: #000000;
padding: 0.2em 0.4em;
padding: 0.2em 0.4em;
}
.mwBoxRow > div { /* Mobile exclusive */
width: auto !important;
}
}