diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-08-23 14:48:00 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-08-23 14:48:00 -0700 |
commit | 85572c94de77f4a51d5b64e44c6b50cbe200c946 (patch) | |
tree | 7dd9605ba1f24a32b32dbb3aadab378addc1a21a /youtube/templates/watch.html | |
parent | 70d2cff81760a5bfd2d8f54349cd96d50df5f320 (diff) | |
download | yt-local-85572c94de77f4a51d5b64e44c6b50cbe200c946.tar.lz yt-local-85572c94de77f4a51d5b64e44c6b50cbe200c946.tar.xz yt-local-85572c94de77f4a51d5b64e44c6b50cbe200c946.zip |
Layout: refactor item system to be more maintainable, add vertical item type
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r-- | youtube/templates/watch.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 82c1a97..27f9e96 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -109,12 +109,9 @@ #related{ grid-column: 4; display: grid; - grid-auto-rows: 90px; + grid-auto-rows: 94px; grid-row-gap: 10px; } - #related .medium-item{ - grid-template-columns: 160px 1fr 0fr; - } .download-dropdown{ z-index:1; |