From 6145b66d7468661dc5d68853a5a5a1b53d697a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 22 Dec 2020 19:08:59 -0500 Subject: Fix permalink style Fixed the link box overflow --- youtube/static/watch.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube/static/watch.css') 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"; -- cgit v1.2.3