Skip to content

Commit

Permalink
fix(timeline): do not render progress when live mode enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
timaramazanov committed May 2, 2024
1 parent 6d1f253 commit 0e19962
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/video-timeline/Video-timeline.styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ video-slider {
height: 1rem;
padding-top: 20px;

&[disabled] {
&[disabled],
&[full] {
--height: 0.25rem !important;
--active-color: var(--progress-color);
}
Expand Down

0 comments on commit 0e19962

Please sign in to comment.