diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-09 03:46:33 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-09 03:46:33 -0700 |
commit | 43f1528e7685884f4952f370b1a6a63cc8f3e78e (patch) | |
tree | cc77a766da1a7d0b8ea9163a2a05936761cede58 /youtube | |
parent | 4b716415e1a0cda01fc36693986bf59f075fb344 (diff) | |
download | yt-local-43f1528e7685884f4952f370b1a6a63cc8f3e78e.tar.lz yt-local-43f1528e7685884f4952f370b1a6a63cc8f3e78e.tar.xz yt-local-43f1528e7685884f4952f370b1a6a63cc8f3e78e.zip |
keep end of playlist items (no checkbox) aligned with video items
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/shared.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube/shared.css b/youtube/shared.css index e590821..f5b1509 100644 --- a/youtube/shared.css +++ b/youtube/shared.css @@ -178,7 +178,7 @@ address{ .medium-item-box{ display:grid; - grid-template-columns: 1fr 0fr; + grid-template-columns: 1fr 30px; } .medium-item{ background-color:#bcbcbc; @@ -244,7 +244,7 @@ address{ font-size: 12px; display:grid; - grid-template-columns: 1fr 0fr; + grid-template-columns: 1fr 30px; grid-template-rows: 94px; } |