aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--youtube/static/watch.css2
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";