diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-06-21 21:41:41 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-06-21 21:41:41 -0700 |
commit | 1156b0998758ee803c7e8ae0cc2beb5181c232a3 (patch) | |
tree | 781c8d34c0de049327fd2d3f9085dc9877748acc /youtube/static/shared.css | |
parent | e33bae2e50799e3617432f294cf36581404a5114 (diff) | |
download | yt-local-1156b0998758ee803c7e8ae0cc2beb5181c232a3.tar.lz yt-local-1156b0998758ee803c7e8ae0cc2beb5181c232a3.tar.xz yt-local-1156b0998758ee803c7e8ae0cc2beb5181c232a3.zip |
Refactor search page
Diffstat (limited to 'youtube/static/shared.css')
-rw-r--r-- | youtube/static/shared.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/youtube/static/shared.css b/youtube/static/shared.css index 1b25d7f..a360972 100644 --- a/youtube/static/shared.css +++ b/youtube/static/shared.css @@ -219,6 +219,12 @@ address{ max-height:2.4em; overflow:hidden; } + .medium-item .stats > *::after{ + content: " | "; + } + .medium-item .stats > *:last-child::after{ + content: ""; + } .medium-item .description{ grid-column: 2 / span 2; |