diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-08-25 13:09:08 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-08-25 13:09:08 -0700 |
commit | 609244e34fed8cd2b27bddada266a3044709acf4 (patch) | |
tree | 7e3d038e00a6a38021dacca0505fe6fa8230339a /youtube | |
parent | 00e4951fd089353d54ce193c80aa75d2e2bcc073 (diff) | |
download | yt-local-609244e34fed8cd2b27bddada266a3044709acf4.tar.lz yt-local-609244e34fed8cd2b27bddada266a3044709acf4.tar.xz yt-local-609244e34fed8cd2b27bddada266a3044709acf4.zip |
Layout: Add some space after item thumbnail
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/static/shared.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/static/shared.css b/youtube/static/shared.css index 1ae1fe1..d232129 100644 --- a/youtube/static/shared.css +++ b/youtube/static/shared.css @@ -174,6 +174,7 @@ body{ } .horizontal-item-box .thumbnail-box{ grid-row: 1 / span 5; + margin-right: 4px; } .no-description .thumbnail-box{ width: 168px; |