User:FrozenPlum/common.css: Difference between revisions

From the Nintendo Wiki, a wiki covering all things Nintendo
Jump to navigationJump to search
Content added Content deleted
No edit summary
m (Add back the old style, turns out the input box will be a problem for a new layout, regardless.)
Line 1: Line 1:
/* -- At 700 px wide or less -- */
/* -- At 700 px wide or less -- */
.new_releases .mw-inputbox-createbox {
width: 100%;
}
@media only screen and (max-width: 700px) {
@media only screen and (max-width: 700px) {
.mainpagebox table {
#mp-body table {
width:100%;
width:100%;
}
}

Revision as of 23:14, March 24, 2022

/* -- At 700 px wide or less -- */
.new_releases .mw-inputbox-createbox {
    width: 100%; 
}
@media only screen and (max-width: 700px) {
    #mp-body table {
        width:100%;
    }
}