enlarges status icons in den
Bigger Den Buttons by lorwolfanon
Details
Authorlorwolfanon
LicenseNo License
CategorySome Game
Created
Updated
Size524 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
enlarges status icons in den
Source code
/* ==UserStyle==
@name Lorwolf Bigger Den Buttons
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("lorwolf.com") {
/* Bigger Wolf Status Icons Please */
.wolfSummaryStatusIcons .wolfStatusIcon, .wolfSummaryStatusIcons .conditionIcon, .wolfSummaryStatusIcons .pregnantIcon, .wolfSummaryStatusIcons .glyphicon {
width: 30px;
height: 30px;
font-size: 30px;
}
}