aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/shared.css
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-06-21 21:41:41 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-06-21 21:41:41 -0700
commit1156b0998758ee803c7e8ae0cc2beb5181c232a3 (patch)
tree781c8d34c0de049327fd2d3f9085dc9877748acc /youtube/static/shared.css
parente33bae2e50799e3617432f294cf36581404a5114 (diff)
downloadyt-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.css6
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;