diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-09 03:42:26 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-09 03:42:26 -0700 |
commit | 4b716415e1a0cda01fc36693986bf59f075fb344 (patch) | |
tree | 1843d0aa8b7e7df0c5c6257311d2de74cc6837c6 /youtube/shared.css | |
parent | cdb7dbab557f866b7c9d0d831f2581cbe26b4a3e (diff) | |
download | yt-local-4b716415e1a0cda01fc36693986bf59f075fb344.tar.lz yt-local-4b716415e1a0cda01fc36693986bf59f075fb344.tar.xz yt-local-4b716415e1a0cda01fc36693986bf59f075fb344.zip |
add checkbox for adding video on watch page to playlist
Diffstat (limited to 'youtube/shared.css')
-rw-r--r-- | youtube/shared.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/youtube/shared.css b/youtube/shared.css index 8db482e..e590821 100644 --- a/youtube/shared.css +++ b/youtube/shared.css @@ -159,6 +159,12 @@ address{ grid-row: 4; justify-self:end; } + .full-item .checkbox{ + justify-self:end; + + grid-row: 5; + grid-column: 2; + } .full-item .description{ background-color:#d0d0d0; margin-top:8px; @@ -166,7 +172,7 @@ address{ min-width: 0; grid-column: 1 / span 2; - grid-row: 5; + grid-row: 6; } .medium-item-box{ |