Skip to content

roadmap.sh change pop content width by tttleon

Screenshot of roadmap.sh change pop content width

Details

Authortttleon

LicenseNo License

Categoryroadmap.sh

Created

Updated

Size382 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

change pop content width

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ?
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("roadmap.sh") {
    /* 在此插入代码... */
    @media (min-width: 640px) {
    .sm\:max-w-\[600px\] {
        max-width: 1000px;
     }
    }
    .prose {
    max-width: 100%;
    }
}

Reviews

No reviews yet.