Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84295b3

Browse files
committed
Shorten button text and add margin for new gmail
1 parent 24919e3 commit 84295b3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

chrome/src/inject/inject.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
.github-mute {
33
text-decoration: none;
44
cursor: pointer;
5+
margin-right: 12px !important;
56
}
67
.github-link:hover,
78
.github-mute:hover {
89
border-color: rgba(0,0,0,0.2) !important;
9-
}
10+
}

chrome/src/inject/inject.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function initOnHashChangeAction(domains) {
7676
link.href = url
7777
link.className = 'github-link T-I J-J5-Ji lS T-I-ax7 ar7'
7878
link.target = '_blank'
79-
link.innerText = 'Visit Thread on GitHub'
79+
link.innerText = 'View on GitHub'
8080

8181
document.querySelector('.iH > div').appendChild(link)
8282

0 commit comments

Comments
 (0)