aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-12-22 19:01:36 -0500
committerJesús <heckyel@hyperbola.info>2020-12-22 19:01:36 -0500
commitc81cd1941a9f8271bae116c546a995148f4f4aae (patch)
treee712ed20539015dd3047c79f893bf4245ed3da50
parent58c0ffc38d09cbf2363f70370e2108e7693609bd (diff)
downloadyt-local-c81cd1941a9f8271bae116c546a995148f4f4aae.tar.lz
yt-local-c81cd1941a9f8271bae116c546a995148f4f4aae.tar.xz
yt-local-c81cd1941a9f8271bae116c546a995148f4f4aae.zip
Fix permalink style
Fixed the link box overflow
-rw-r--r--youtube/static/comments.css2
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";