(I think this will work? setting width 100% in .collapse-on-mobile) |
(make it !important) |
||
Line 4: | Line 4: | ||
.collapse-on-mobile { | .collapse-on-mobile { | ||
display: block; | display: block; | ||
width: 100%; | width: 100%!important; | ||
} | } | ||
} | } |
Revision as of 02:01, 13 August 2022
/* CSS for everyone, all skins, desktop and mobile. */
@media screen and (max-width: 850px) {
.collapse-on-mobile {
display: block;
width: 100%!important;
}
}
#n-getsupport {
font-weight: bold;
}
/* not needed on the Main Page */
.page-Main_Page.approvedRevs-approved #contentSub,
.page-Main_Page.approvedRevs-approved #catlinks {
display: none;
}
/* image max width (but only sometimes) */
.img-maxwidth img {
max-width: 100%;
height: auto;
}