diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-22 19:08:59 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-22 19:08:59 -0500 |
commit | 6145b66d7468661dc5d68853a5a5a1b53d697a90 (patch) | |
tree | 4940e7b9725f5c50ae84e85cd31a6c790c0f8fe8 | |
parent | c81cd1941a9f8271bae116c546a995148f4f4aae (diff) | |
download | yt-local-6145b66d7468661dc5d68853a5a5a1b53d697a90.tar.lz yt-local-6145b66d7468661dc5d68853a5a5a1b53d697a90.tar.xz yt-local-6145b66d7468661dc5d68853a5a5a1b53d697a90.zip |
Fix permalink style
Fixed the link box overflow
-rw-r--r-- | youtube/static/watch.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/static/watch.css b/youtube/static/watch.css index 1769d49..8e3e2f2 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -512,7 +512,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"; |