A new userstyleテスト
リスト幅調整テスト by akikoharada
Details
Authorakikoharada
LicenseNo License
Categorytest
Created
Updated
Size342 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 ? - 2024年4月
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("example.com") {
.list-wrapper {
width: 320px !important;
}
.list-card {
max-width: 320px !important;
}
}