Merge branch 'master' of libregit.org:heckyel/yt-local
This commit is contained in:
commit
ce146b32b1
@ -522,7 +522,11 @@ label[for=options-toggle-cbox] {
|
|||||||
.author-avatar { grid-area: author-avatar; }
|
.author-avatar { grid-area: author-avatar; }
|
||||||
.author-name { grid-area: author-name; }
|
.author-name { grid-area: author-name; }
|
||||||
.permalink { grid-area: permalink; }
|
.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; }
|
.comment-likes { grid-area: comment-likes; }
|
||||||
.button-row { grid-area: button-row; }
|
.button-row { grid-area: button-row; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user