From 1134efed496e9bf056948212b24ee85d0cbfdf3b Mon Sep 17 00:00:00 2001 From: James Taylor Date: Tue, 10 Jul 2018 01:49:20 -0700 Subject: specify grid row for comment section --- youtube/shared.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/youtube/shared.css b/youtube/shared.css index f5b1509..faff7a2 100644 --- a/youtube/shared.css +++ b/youtube/shared.css @@ -174,6 +174,12 @@ address{ grid-column: 1 / span 2; grid-row: 6; } + .full-item .comments{ + grid-row: 7; + } + .full-item .more-comments{ + grid-row: 8; + } .medium-item-box{ -- cgit v1.2.3