change pop content width
roadmap.sh change pop content width by tttleon
Details
Authortttleon
LicenseNo License
Categoryroadmap.sh
Created
Updated
Size382 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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%;
}
}