diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-01-02 21:42:14 -0800 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-01-02 21:42:14 -0800 |
commit | ea0705a98d69343e0b3a81168dee3d68a711550f (patch) | |
tree | 8020823f57ce584c4e1b7689ac2ec4187ff65fa7 /youtube/comments.css | |
parent | 2550552b28669e60d7a03de02cd5a35469af9816 (diff) | |
download | yt-local-ea0705a98d69343e0b3a81168dee3d68a711550f.tar.lz yt-local-ea0705a98d69343e0b3a81168dee3d68a711550f.tar.xz yt-local-ea0705a98d69343e0b3a81168dee3d68a711550f.zip |
Add permalink to comment on timestamp
Diffstat (limited to 'youtube/comments.css')
-rw-r--r-- | youtube/comments.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube/comments.css b/youtube/comments.css index baa8ac7..866551e 100644 --- a/youtube/comments.css +++ b/youtube/comments.css @@ -98,10 +98,11 @@ word-wrap: break-word; } -.comment time{ +.comment .permalink{ grid-column: 3; grid-row: 1; white-space: nowrap; + color: black; } |