aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-07-10 01:49:20 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-07-10 01:49:20 -0700
commit1134efed496e9bf056948212b24ee85d0cbfdf3b (patch)
tree76e09be978767451c3eafacc56eae6e413ef7ddb
parent43f1528e7685884f4952f370b1a6a63cc8f3e78e (diff)
downloadyt-local-1134efed496e9bf056948212b24ee85d0cbfdf3b.tar.lz
yt-local-1134efed496e9bf056948212b24ee85d0cbfdf3b.tar.xz
yt-local-1134efed496e9bf056948212b24ee85d0cbfdf3b.zip
specify grid row for comment section
-rw-r--r--youtube/shared.css6
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{