Skip to content

superhuman.com: compact thread list by aspiers

Details

Authoraspiers

LicenseCC Zero

Categorymail.superhuman.com

Created

Updated

Code size429 B

Code checksum8a40401

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the email thread list vertically more compact.

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;
    }
}

Reviews

No reviews yet.