Skip to content

Clover ext: inv fix by mnpldrk

Details

Authormnpldrk

LicenseNo License

Categorymonopoly-one

Created

Updated

Size804 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           monopoly-one.com
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("monopoly-one.com")
{ .profile-body-inventory-list
    { max-width: -webkit-fill-available;
        justify-content: flex-start;
        flex-wrap: wrap !important;
        display: flex;
        white-space: normal; }

    div.block.profile-body-inventory
    { display: block;
        position: fixed;
        max-width: 71% !important;
        margin-left: 10% !important;
        max-height: 39.5% !important; }

    .profile-body-inventory-list .Item
    { margin-left: 10px;
        margin-bottom: 13px;
        margin-bottom: 40px; }

    div.profile-body-posts
    { display: none } 



}

Reviews

No reviews yet.