Closed 1natsu172 closed 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.
Good spot. I think this can be a separate fix, so it's not blocked by #2.
OK, let's deal with these issues separately.
Fixed this issue by #30 🔫
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.
Should we fix this problem with issue #2 ? Because it is a button problem.