Add ability to mark videos as watched in subscription feed

This commit is contained in:
Omar Roth
2018-11-19 22:06:59 -06:00
parent c7e8d623c0
commit 6b12f11e10
8 changed files with 206 additions and 25 deletions

View File

@@ -55,6 +55,19 @@ img.thumbnail {
bottom: -0.5em;
}
.watched {
z-index: 100;
position: absolute;
background-color: rgba(35, 35, 35, 0.75);
color: #fff;
border-radius: 2px;
padding: 4px 8px 4px 8px;
font-size: 25px;
font-family: sans-serif;
left: 0.25em;
top: -0.75em;
}
/*
* Navbar
*/