=3
presencedb infinite & extended pfp history section by underthefl00d
Details
Authorunderthefl00d
LicenseNo License
Categorypresencedb.com/user/
Created
Updated
Size402 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 ?
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.presencedb.com/user/") {
.max-h-60 {
max-height: 9999999rem;
}
.grid :nth-child(7) {
width: 200%;
}
.grid-cols-5 {
grid-template-columns: repeat(10,minmax(0,1fr));
}
}