ee754f0085
* Add persistent watch time setting. * floating bugfix --jessopb * Improve how the persist watch time is being stored; add clear cache button. * Add makeSelectContentWatchedPercentageForUri selector and give feedback when clearing cache. * tweaks --jessopb Co-authored-by: zeppi <jessopb@gmail.com>
13 lines
248 B
SCSS
13 lines
248 B
SCSS
.file-thumbnail__viewed-bar {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 5px;
|
|
background-color: var(--color-gray-7);
|
|
}
|
|
|
|
.file-thumbnail__viewed-bar-progress {
|
|
height: 5px;
|
|
background-color: var(--color-primary);
|
|
}
|