Skip to content

Gmail's "Compose" button is too wide vertically! by menndouyukkuri

Details

Authormenndouyukkuri

LicenseCC0

Categorymail.google.com

Created

Updated

Size707 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

JA NAME: Gmailの「作成」ボタンが縦に広すぎる!

EN:
Reduce the height of the "Compose" button that is too wide vertically in Gmail.

JA:
Gmailで縦に広すぎる「作成」ボタンの高さを下げます。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           mail.google.com - 2024年2月
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Distribution name: Gmail's "Compose" button is too wide vertically! / Gmailの「作成」ボタンが縦に広すぎる! Description: Reduce the height of the "Compose" button that is too wide vertically in Gmail. / Gmailで縦に広すぎる「作成」ボタンの高さを下げます。
@author         menndouyukkuri
==/UserStyle== */

@-moz-document domain("mail.google.com") {
	div div.nH div.nH div.nH.aqk.aql.bkL div.aeN.WR.baA.nH.oy8Mbf div.aic div.z0 div.T-I.T-I-KE.L3 {
		height: 40px;
		padding-right: 8px;
		margin-left: 8px;
	}
}

Reviews

No reviews yet.