User:Cake/vector.css

From Path of Exile Wiki
Revision as of 20:09, 31 July 2022 by Cake (talk | contribs)
Jump to navigation Jump to search

Note: After saving, you have to bypass your browser's cache to see the changes. The simplest method that will work for most users is to hold down the ⇧ Shift key and click the Reload toolbar button. For details and other methods, see Help:Clear your browser cache.

.mw-body-content {
    font-size: 1em;
}

@media only screen and (max-width: 580px) {
    .mw-body, #mw-data-after-content {
        margin: 0;
    }


    /* Left nav panel */
    #mw-panel {
        display: none;
    }

    /* Info container */
    .infobox-page-container {
        float: none;
        clear: none;
        margin: 0;
    }

    .infobox-page-container > .item-box {
        width: 100%;
    }

    .toc {
        display: block;
    }

    #footer {
        margin: 0;
    }

    .jquery-tablesorter {
        display: block;
        overflow: scroll;
    }

    .item-table.jquery-tablesorter {
        display: table;
        width: 100%;
    }
}