diff options
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{ |