Skip to content

Commit

Permalink
WSTEAM1-1567: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
shayneahchoon committed Jan 20, 2025
1 parent 718f836 commit 270ffbd
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 247 deletions.
7 changes: 1 addition & 6 deletions ws-nextjs-app/pages/[service]/live/[id]/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,7 @@ const Header = ({
)}
</div>
{mediaCollections && (
<div
css={[
styles.LiveMediaBaseStyling,
isMediaOpen && styles.liveMediaOpen,
]}
>
<div css={[styles.liveMedia, isMediaOpen && styles.liveMediaOpen]}>
<LiveHeaderMedia
mediaCollection={mediaCollections}
clickCallback={watchVideoClickHandler}
Expand Down
2 changes: 1 addition & 1 deletion ws-nextjs-app/pages/[service]/live/[id]/Header/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
width: '100%',
},
}),
LiveMediaBaseStyling: ({ mq, spacings }: Theme) =>
liveMedia: ({ mq, spacings }: Theme) =>
css({
padding: `0rem ${spacings.FULL}rem ${spacings.DOUBLE}rem`,
[mq.GROUP_2_MIN_WIDTH]: {
Expand Down
Loading

0 comments on commit 270ffbd

Please sign in to comment.