Skip to content

GGPersia.com - labels left by blk020

Details

Authorblk020

LicenseNo License

Categoryforum.cgpersia.com

Created

Updated

Size676 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

labels default position (left)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           forum.cgpersia.com - labels default (left)
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("forum.cgpersia.com") {
    .structItem-title {
        display: flex;
        align-items: center;
        margin-bottom: 3px;
    }
    
    .structItem-title .label,
    .is-unread .structItem-title::before {
        margin-right: 5px;
    }

    .structItem-title a {
        order: 1;
    }

    .cgp-prefix {
        margin-left: 0;
    }

    .structItem-title::before {
        margin-top: 3px;
    }

}

Reviews

No reviews yet.