diff options
Diffstat (limited to 'youtube/static')
-rw-r--r-- | youtube/static/comments.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/static/comments.css b/youtube/static/comments.css index 080810e..3d8ff25 100644 --- a/youtube/static/comments.css +++ b/youtube/static/comments.css @@ -213,7 +213,7 @@ label[for=options-toggle-cbox] { grid-template-rows: repeat(4, auto); grid-column-gap: 0.4rem; grid-template-areas: - "author-avatar author-name permalink permalink" + "author-avatar author-name permalink ." "author-avatar comment-text comment-text comment-text" ". comment-likes comment-likes comment-likes" ". button-row button-row button-row"; |