A new userstyle
GrowingFruit.org - show more info on Messages page by armyofda12mnkeys
Details
Authorarmyofda12mnkeys
LicenseNo License
Categorygrowingfruit.org
Created
Updated
Size581 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 growingfruit.org/u/armyofda12mnkeys/messages
@namespace github.com/openstyles/stylus
@version 1.0.1
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document regexp("^https:\/\/growingfruit.org\/u\/(.+)\/messages(.*)$") {
.user-messages-page .posters a:after {
content: " " attr(data-user-card);
font-size: 10px;
}
@media screen and (max-width: 850px) {
.user-messages-page .topic-list .topic-list-data.posters a:not(.latest) {
display: block;
}
}
}