Skip to content

Commit

Permalink
Revert "fix(FEC-14261): add center controls to bottom-bar" (#966)
Browse files Browse the repository at this point in the history
Reverts #965
  • Loading branch information
SivanA-Kaltura authored Dec 16, 2024
1 parent df9366b commit 8334ced
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/bottom-bar/bottom-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ 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: 0 additions & 1 deletion src/components/time-display/_time-display.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
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 8334ced

Please sign in to comment.