Skip to content

Commit

Permalink
🐛 Improve CSS for button on new YouTube
Browse files Browse the repository at this point in the history
Vertically align the "Show comments" button with the "Show more" button.
  • Loading branch information
dideler committed Sep 2, 2017
1 parent c7bda01 commit 8e4dba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
user-select: none;
cursor: pointer;
z-index: 0;
padding: 0.7em 0.57em;
padding: 0 0 0 0.57em;
background-color: var(--paper-button_-_background-color);
border: var(--paper-button_-_border);
color: var(--paper-button_-_color);
Expand Down

0 comments on commit 8e4dba7

Please sign in to comment.