Auto Height for Gmail
11/30/2022, 3:00:32 PM by tonylost
Details
Authortonylost
LicenseNo License
Categorygmail
Created
Updated
Size435 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 11/30/2022, 3:00:32 PM
@namespace Auto Height
@version 1.0.0
@description Auto Height - white backdrop to the size of the inbox
@author Me
==/UserStyle== */
@name New 2022 Gmail design - Auto height
@namespace mail.google.com
@version 0.1.0
@-moz-document domain("mail.google.com"), domain("") {
.aeF {
min-height: auto !important;
}
.aeJ {
height: auto !important;
}
}