diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-12-31 02:52:27 -0800 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-12-31 02:52:27 -0800 |
commit | e3fac7da54356c448bd244b578da244b62f44e9e (patch) | |
tree | f87f95460fc89e312c76b0636fe65776112eaf12 /youtube/comments.css | |
parent | 005c1239a654ef4f3594c028ae68ddac4fb30676 (diff) | |
download | yt-local-e3fac7da54356c448bd244b578da244b62f44e9e.tar.lz yt-local-e3fac7da54356c448bd244b578da244b62f44e9e.tar.xz yt-local-e3fac7da54356c448bd244b578da244b62f44e9e.zip |
Ability to delete comments
Diffstat (limited to 'youtube/comments.css')
-rw-r--r-- | youtube/comments.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/youtube/comments.css b/youtube/comments.css index 5fd9063..baa8ac7 100644 --- a/youtube/comments.css +++ b/youtube/comments.css @@ -113,10 +113,13 @@ white-space: nowrap; } -.comment .replies{ - grid-column:2 / span 2; +.comment .bottom-row{ + grid-column:2 / span 3; grid-row:4; justify-self:start; + display: grid; + grid-auto-flow: column; + grid-column-gap: 10px; } .more-comments{ |