diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-13 17:16:29 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-13 17:16:29 -0700 |
commit | 97545f9b3b74044f62c93baaff9ad32f9073d217 (patch) | |
tree | 1ed7c7591374bb4e042370091e224e8686965418 /youtube/comments.css | |
parent | 2ffc727b51255bbaffe1636a023eb9eb7ce1c19b (diff) | |
download | yt-local-97545f9b3b74044f62c93baaff9ad32f9073d217.tar.lz yt-local-97545f9b3b74044f62c93baaff9ad32f9073d217.tar.xz yt-local-97545f9b3b74044f62c93baaff9ad32f9073d217.zip |
add settings for enabling/disabling comments, comment avatars, & related vids
Diffstat (limited to 'youtube/comments.css')
-rw-r--r-- | youtube/comments.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube/comments.css b/youtube/comments.css index 325a433..0461a52 100644 --- a/youtube/comments.css +++ b/youtube/comments.css @@ -16,6 +16,8 @@ grid-row: 1 / span 3; align-self: start; margin-right: 5px; + height:32px; + width:32px; } .comment address{ |