(Created page with ".infobox.tabbed table { display: block !important; float: none !important; width: auto !important; max-width: none !important; overflow-x: auto !important; margin: 0 !important; } .infobox.tabbed tbody { display: table !important; width: 100% !important; } .infobox.tabbed .infobox > tbody > tr:nth-child(2) img { max-width: 100% !important; height: auto !important; } →Mobile: body.mobile .infobox.tabbed > .tabtoc li { font-size: 13px !important; } @media a...") |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
height: auto !important; | height: auto !important; | ||
} | } | ||
.infobox .infobox.tabbed { | |||
float: none !important; | |||
width: auto !important; | |||
margin: 0 !important; | |||
} | |||
/* Mobile */ | /* Mobile */ |
Latest revision as of 10:49, February 28, 2025
.infobox.tabbed table {
display: block !important;
float: none !important;
width: auto !important;
max-width: none !important;
overflow-x: auto !important;
margin: 0 !important;
}
.infobox.tabbed tbody {
display: table !important;
width: 100% !important;
}
.infobox.tabbed .infobox > tbody > tr:nth-child(2) img {
max-width: 100% !important;
height: auto !important;
}
.infobox .infobox.tabbed {
float: none !important;
width: auto !important;
margin: 0 !important;
}
/* Mobile */
body.mobile .infobox.tabbed > .tabtoc li {
font-size: 13px !important;
}
@media all and (max-width:719px) {
body.mobile .infobox.tabbed {
margin-bottom: 13.5px !important;
}
}