Skip to content

Commit

Permalink
* Update chapter marker style (#2776)
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE authored Nov 2, 2022
1 parent 32c9964 commit 53025b0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/renderer/components/ft-video-player/ft-video-player.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
}

:deep(.chapterMarker) {
height: 120%;
top: -10%;
width: 1%;
border-radius: 999px; /* make sure they are rounded properly*/
height: 100%;
top: 0;
width: 2px;
z-index: 2;
background-color: var(--accent-color);
background-color: #000;
}

0 comments on commit 53025b0

Please sign in to comment.