mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-03 03:46:04 -04:00
Add watch indicators (#3383)
This commit is contained in:
commit
4bbeb4a4c8
13 changed files with 79 additions and 0 deletions
|
@ -145,6 +145,24 @@ img.thumbnail {
|
|||
object-fit: cover;
|
||||
}
|
||||
|
||||
div.watched-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: rgba(255,255,255,.4);
|
||||
}
|
||||
|
||||
div.watched-indicator {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
height: 4px;
|
||||
width: 100%;
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.length {
|
||||
z-index: 100;
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue