Skip to content

Commit

Permalink
fix(FEC-14261): add center controls to bottom-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
semarche-kaltura authored Dec 16, 2024
1 parent 098faf4 commit df9366b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/bottom-bar/bottom-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class BottomBar extends Component<any, any> {
)}
</PlayerArea>
</div>
<PlayerArea shouldUpdate={true} name={'BottomBarCenterControls'} />
<div className={style.rightControls}>
<PlayerArea shouldUpdate={true} name={'BottomBarRightControls'}>
{props.rightControls &&
Expand Down
1 change: 1 addition & 0 deletions src/components/time-display/_time-display.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
font-size: 14px;
padding: 0 23px;
font-weight: bold;
white-space: nowrap;
filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.70));
}

Expand Down

0 comments on commit df9366b

Please sign in to comment.