Makes MB more pleasant to read by limiting the page width.
Marginz by Qopoche
Details
AuthorQopoche
LicenseNo License
Categoryhttps://musicbrainz.org/
Created
Updated
Size263 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 Marginz
@version 20241008.19.38
@namespace ?
@description Makes MB more pleasant to read by limiting the page width.
==/UserStyle== */
@-moz-document url-prefix("https://musicbrainz.org/") {
body {
max-width:800px;
}
}