aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/comments.css
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-12-31 02:52:27 -0800
committerJames Taylor <user234683@users.noreply.github.com>2018-12-31 02:52:27 -0800
commite3fac7da54356c448bd244b578da244b62f44e9e (patch)
treef87f95460fc89e312c76b0636fe65776112eaf12 /youtube/comments.css
parent005c1239a654ef4f3594c028ae68ddac4fb30676 (diff)
downloadyt-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.css7
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{