We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8b782 commit f02b6f0Copy full SHA for f02b6f0
extension/css/webmail.css
@@ -215,9 +215,10 @@ body.cryptup_gmail div.action_menu_message_button:hover {
215
}
216
217
body.cryptup_gmail div.action_menu_message_button > img {
218
- height: 22px;
+ height: 20px;
219
width: 20px;
220
padding: 0 12px;
221
+ object-fit: contain;
222
223
224
body.cryptup_gmail.firefox .inserted div.reply_message_button {
extension/img/svgs/forward-icon.svg
extension/manifest.json
@@ -78,6 +78,7 @@
78
"resources": [
79
"/css/webmail.css",
80
"/img/svgs/reply-icon.svg",
81
+ "/img/svgs/forward-icon.svg",
82
"/img/svgs/spinner-white-small.svg",
83
"/img/svgs/spinner-green-small.svg",
84
"/img/svgs/unlock.svg",
0 commit comments