diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-12 22:53:43 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-12 22:53:43 -0700 |
commit | 55163b4f8752861982684838440e64c7adf25117 (patch) | |
tree | 8cd74114ae7517c981c100162bb0612ccdd2b100 | |
parent | 230297659bf144465e0a7ea6b350587b7263c0d9 (diff) | |
download | yt-local-55163b4f8752861982684838440e64c7adf25117.tar.lz yt-local-55163b4f8752861982684838440e64c7adf25117.tar.xz yt-local-55163b4f8752861982684838440e64c7adf25117.zip |
fix description being expanded when no comments
-rw-r--r-- | youtube/shared.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/shared.css b/youtube/shared.css index faff7a2..33acb4f 100644 --- a/youtube/shared.css +++ b/youtube/shared.css @@ -128,7 +128,7 @@ address{ display: grid; grid-template-rows: 0fr 0fr 0fr 0fr 0fr; grid-template-columns: 1fr 1fr; - + align-content: start; } .full-item video{ grid-column: 1 / span 2; |