Does any text disappear or get cut off?
Does any text, images, and other content overlap?
Are all buttons, form fields, and other controls visible and usable?
Is horizontal and vertical scrolling required to read sentences or "blocks of text"?
Notes
Userstyle doesn't have notes.
Source code
/* ==UserStyle==
@name Example
@namespace example.com
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("example.com") {
/**
Your code goes here!
More info in the official documentation at Stylus' wiki:
https://github.com/openstyles/stylus/wiki/Writing-UserCSS
*/
}