Skip to content

Commit f02b6f0

Browse files
committed
fix forward icon
1 parent cc8b782 commit f02b6f0

File tree

3 files changed

+29
-10
lines changed

3 files changed

+29
-10
lines changed

extension/css/webmail.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,10 @@ body.cryptup_gmail div.action_menu_message_button:hover {
215215
}
216216

217217
body.cryptup_gmail div.action_menu_message_button > img {
218-
height: 22px;
218+
height: 20px;
219219
width: 20px;
220220
padding: 0 12px;
221+
object-fit: contain;
221222
}
222223

223224
body.cryptup_gmail.firefox .inserted div.reply_message_button {
Lines changed: 26 additions & 9 deletions
Loading

extension/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"resources": [
7979
"/css/webmail.css",
8080
"/img/svgs/reply-icon.svg",
81+
"/img/svgs/forward-icon.svg",
8182
"/img/svgs/spinner-white-small.svg",
8283
"/img/svgs/spinner-green-small.svg",
8384
"/img/svgs/unlock.svg",

0 commit comments

Comments
 (0)