User:FrozenPlum/common.css

From the Nintendo Wiki, a wiki covering all things Nintendo
This is an old revision of this page, as edited by FrozenPlum (talk | contribs) at 23:14, March 24, 2022. It may differ significantly from the current revision.
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* -- 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%;
    }
}