Skip to content

Commit 0616e83

Browse files
authored
Merge pull request #12501 from bbc/WORLDSERVICE-343-portrait-video-spacing
WORLDSERVICE-343 Portrait Video Spacing - Safari
2 parents 7ab7cf2 + a2797bf commit 0616e83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/components/MediaLoader/index.styles.ts

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export default {
3131
({ mq }: Theme) => [
3232
css({
3333
aspectRatio: '9 / 16',
34+
display: 'flex',
35+
flexDirection: 'column',
3436
...(!isEmbedded && {
3537
maxWidth: `${pixelsToRem(185)}rem`,
3638
[mq.GROUP_1_ONLY]: {

0 commit comments

Comments
 (0)