Provides a condensed view for post listings
community.st.com Condensed by LWChris
Details
AuthorLWChris
LicenseCC Zero
Categoryst
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name community.st.com
@version 20231024.10.38
@namespace ?
==/UserStyle== */
@-moz-document domain("community.st.com") {
.custom-message-list article.custom-message-tile,
.message-list article.custom-message-tile {
padding: 10px 0;
}
.custom-message-list article.custom-message-tile > footer .UserAvatar > img,
.message-list article.custom-message-tile > footer .UserAvatar > img {
height: 25px;
width: 25px;
}
.custom-message-list article.custom-message-tile > div h3,
.message-list article.custom-message-tile > div h3 {
font-size: 16px;
padding: 8px 0 4px;
}
.custom-message-list article.custom-message-tile > div p,
.custom-message-list article.custom-message-tile > div figure,
.message-list article.custom-message-tile > div p,
.message-list article.custom-message-tile > div figure {
display: none;
}
.custom-message-list article.custom-message-tile > aside,
.message-list article.custom-message-tile > aside {
font-size: 10pt;
}
.custom-message-list article.custom-message-tile > div h3 *,
.custom-message-list article.custom-message-tile > aside *,
.message-list article.custom-message-tile > div h3 *,
.message-list article.custom-message-tile > aside * {
font-size: inherit !important;
}
}