View Single Post
Old 1 Jun 2020, 07:21 AM   #1
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
A Stylus Code To Always Show E-Mail Details

If you would prefer to always have email details visible, instead of clicking the "show details" button, add this code to your stylus sheet:

.v-Message-details {
height:auto !important;
}
.v-MessageCard-toggleDetails {
display:none !important;
}
Gsptlsnz is offline   Reply With Quote