diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-22 19:01:36 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-22 19:01:36 -0500 |
commit | c81cd1941a9f8271bae116c546a995148f4f4aae (patch) | |
tree | e712ed20539015dd3047c79f893bf4245ed3da50 /youtube | |
parent | 58c0ffc38d09cbf2363f70370e2108e7693609bd (diff) | |
download | yt-local-c81cd1941a9f8271bae116c546a995148f4f4aae.tar.lz yt-local-c81cd1941a9f8271bae116c546a995148f4f4aae.tar.xz yt-local-c81cd1941a9f8271bae116c546a995148f4f4aae.zip |
Fix permalink style
Fixed the link box overflow
Diffstat (limited to 'youtube')
-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"; |