dideler / toggle-youtube-comments

:cinema: :zipper_mouth_face: Chrome extension to hide or show YouTube comments
https://chrome.google.com/webstore/detail/toggle-youtube-comments/ampjnmipdgicjjidohpkidhghakoidfm
MIT License
14 stars 2 forks source link

Anti-aliasing isn't applied to "SHOW COMMENTS" button. #25

Closed 1natsu172 closed 6 years ago

1natsu172 commented 6 years ago

Since anti-aliasing isn't applied, the font-weight of the "SHOW COMMENTS" button seems to be different from the original one.

We can understand it by browsing in Youtube's dark mode.

So, i think that it is all right with this modify method.

.fake-paper-button {
    -webkit-font-smoothing: antialiased;
}

Should we fix this problem with issue #2 ? Because it is a button problem.

dideler commented 6 years ago

Good spot. I think this can be a separate fix, so it's not blocked by #2.

1natsu172 commented 6 years ago

OK, let's deal with these issues separately.

1natsu172 commented 6 years ago

Fixed this issue by #30 🔫