Skip to content

THL 1.0 - Mar 2024 by THL_D

Details

AuthorTHL_D

LicenseNo License

Categorytest.userstyles.world

Created

Updated

Size565 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           ? - Mar 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url("https://thl.qcontact.com/") {
    @media only screen and (max-width: 600px) {

        .template-column {
            width: 100% !important;
        }
    }
}

@-moz-document url("https://thl.qcontact.com/app/Case") {
    @media only screen and (max-width: 600px) {

        .template-auto-header__right .ui-select {
            display: block;
        }
    }
}

Reviews

No reviews yet.