Modify Compose Button Width and Height
🟢 PK Gmail Compose Button by mondary
Details
Authormondary
LicenseNo License
Categorymail.google.com
Created
Updated
Size254 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 🟢 PK Gmail Compose Button
@version 20240123.14.22
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://mail.google.com/") {
div.T-I.T-I-KE.L3
{
border-radius: 8px;
width: 153px;
height: 40px;
}
}