We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8acced + 0616e83 commit 7a72578Copy full SHA for 7a72578
src/app/components/MediaLoader/index.styles.ts
@@ -31,6 +31,8 @@ export default {
31
({ mq }: Theme) => [
32
css({
33
aspectRatio: '9 / 16',
34
+ display: 'flex',
35
+ flexDirection: 'column',
36
...(!isEmbedded && {
37
maxWidth: `${pixelsToRem(185)}rem`,
38
[mq.GROUP_1_ONLY]: {
0 commit comments