diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-21 18:24:32 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-21 18:24:32 -0500 |
commit | ce146b32b1626947e4d18d994803b18c2edd89ef (patch) | |
tree | 11149bdb670996982582d8f58d0ddba25a8557ef /youtube/static | |
parent | b11120d000970304b01287a28d6494e4844cfced (diff) | |
parent | 4bcb27554592b292d3e116f42c468f62ac51b917 (diff) | |
download | yt-local-ce146b32b1626947e4d18d994803b18c2edd89ef.tar.lz yt-local-ce146b32b1626947e4d18d994803b18c2edd89ef.tar.xz yt-local-ce146b32b1626947e4d18d994803b18c2edd89ef.zip |
Merge branch 'master' of libregit.org:heckyel/yt-local
Diffstat (limited to 'youtube/static')
-rw-r--r-- | youtube/static/watch.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/youtube/static/watch.css b/youtube/static/watch.css index 697961d..1769d49 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -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; } |