mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Added watch indicator
This commit is contained in:
parent
437f42250e
commit
7b57381773
5 changed files with 50 additions and 4 deletions
|
@ -135,6 +135,9 @@ div.thumbnail {
|
|||
position: relative;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
div.thumbnail.thumbnail-watched {
|
||||
background-color: rgba(255,255,255,.4);
|
||||
}
|
||||
|
||||
img.thumbnail {
|
||||
position: absolute;
|
||||
|
@ -143,6 +146,16 @@ img.thumbnail {
|
|||
left: 0;
|
||||
top: 0;
|
||||
object-fit: cover;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
div.watched-indicator {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
height: 4px;
|
||||
width: 100%;
|
||||
background: red;
|
||||
}
|
||||
|
||||
.length {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue