diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-10 01:49:20 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-10 01:49:20 -0700 |
commit | 1134efed496e9bf056948212b24ee85d0cbfdf3b (patch) | |
tree | 76e09be978767451c3eafacc56eae6e413ef7ddb | |
parent | 43f1528e7685884f4952f370b1a6a63cc8f3e78e (diff) | |
download | yt-local-1134efed496e9bf056948212b24ee85d0cbfdf3b.tar.lz yt-local-1134efed496e9bf056948212b24ee85d0cbfdf3b.tar.xz yt-local-1134efed496e9bf056948212b24ee85d0cbfdf3b.zip |
specify grid row for comment section
-rw-r--r-- | youtube/shared.css | 6 |
1 files changed, 6 insertions, 0 deletions
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{ |