mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
make chapter indicator 1px wide
This commit is contained in:
parent
3aff18a7a9
commit
0e13fe3909
1 changed files with 2 additions and 2 deletions
|
@ -685,8 +685,8 @@ export default {
|
|||
}
|
||||
array.push(`transparent ${start}%`);
|
||||
array.push(`black ${start}%`);
|
||||
array.push(`black ${start + 0.1}%`);
|
||||
array.push(`transparent ${start + 0.1}%`);
|
||||
array.push(`black calc(${start}% + 1px)`);
|
||||
array.push(`transparent calc(${start}% + 1px)`);
|
||||
}
|
||||
seekbar.style.background = `linear-gradient(${array.join(",")})`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue