Gives a wider pane for reading / writing email
superhuman.com - wider pane for mail threads by aspiers
Details
Authoraspiers
LicenseNo License
Categorysuperhuman.com
Created
Updated
Size375 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 - wider pane for mail threads
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Gives a wider pane for reading / writing email
@author Adam Spiers
==/UserStyle== */
@-moz-document domain("mail.superhuman.com") {
.ThreadPane-messages {
max-width: calc(876px + 10rem);
}
}