Merge branch 'master' of libregit.org:heckyel/yt-local

This commit is contained in:
Jesús 2020-12-21 18:24:32 -05:00
commit ce146b32b1
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -522,7 +522,11 @@ label[for=options-toggle-cbox] {
.author-avatar { grid-area: author-avatar; }
.author-name { grid-area: author-name; }
.permalink { grid-area: permalink; }
.comment-text { grid-area: comment-text; }
.comment-text {
grid-area: comment-text;
overflow: hidden;
text-overflow: ellipsis;
}
.comment-likes { grid-area: comment-likes; }
.button-row { grid-area: button-row; }