fix images in column view
mail.google.com - 10/3/2022, 1:02:29 PM by norregaarden-scalgo
Details
Authornorregaarden-scalgo
LicenseNo License
Categorymail.google.com
Created
Updated
Size342 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 mail.google.com - 10/3/2022, 1:02:29 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
img {
max-width: 88%;
height: auto !important;
}
@-moz-document domain("mail.google.com") {
/* Insert code here... */
}