Jump to content

MediaWiki:Mobile.css

From Resco's Wiki

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the mobile site */

.clickablecell2 a {
    display: grid;
    align-items: center;
    color: inherit;
    width: 100%;
    height: 100%;
}

.clickablecell a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #F7F7F7;
    padding:0 5px 0 0;
}

/* Hide the discussion link, i.e., hide all <a> elements with both 'minerva__tab' and 'new' classes and a specific href */
a.minerva__tab.new[href*="action=edit&redlink=1"] {
    display: none !important;
}