A new userstyle
zenn.dev edit area widering - 2024年1月 by fujima3
Details
Authorfujima3
LicenseNo License
Categoryuserstyles
Created
Updated
Size383 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 zenn.dev edit area widering - 2024年1月
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document regexp("https:\/\/zenn\.dev\/articles\/.+\/edit") {
/* ここにコードを挿入... */
div[class*="Container_"] {
max-width: 100% !important;
}
}