Makes the email thread list vertically more compact.
superhuman.com: compact thread list by aspiers
Details
Authoraspiers
LicenseCC Zero
Categorymail.superhuman.com
Created
Updated
Size429 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 superhuman.com: compact thread list
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Compact thread list
@author Adam Spiers
==/UserStyle== */
@-moz-document domain("mail.superhuman.com") {
.ThreadListItem {
height: 24px;
}
.ThreadListSeparator {
height: 26px;
padding-top: 18px;
padding-bottom: 12px;
}
}