CSS Coding that allows for spacing so you can read all the Achievements descriptions.
Lorwolf Achievements Reader by lorwolfanon
Details
Authorlorwolfanon
LicenseNo License
CategoryLorwolf
Created
Updated
Size407 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 Achievement Reader
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.lorwolf.com/Achievements") {
div.achievementTileDescription.ellipsis.smallText
{
white-space: normal;
overflow-y: scroll;
height: 3em;
}
}