diff --git a/src/common/MetaRow/MetaRowPlaceholder/styles.less b/src/common/MetaRow/MetaRowPlaceholder/styles.less index 3b9bb7922..9d3c544d5 100644 --- a/src/common/MetaRow/MetaRowPlaceholder/styles.less +++ b/src/common/MetaRow/MetaRowPlaceholder/styles.less @@ -59,6 +59,10 @@ flex: 1; margin: 1rem; + &:not(:first-child) { + margin-left: 1.5rem; + } + .poster-container { padding-bottom: calc(100% * var(--poster-shape-ratio)); background-color: var(--color-placeholder-background); diff --git a/src/common/MetaRow/styles.less b/src/common/MetaRow/styles.less index b067078d3..fce7f6777 100644 --- a/src/common/MetaRow/styles.less +++ b/src/common/MetaRow/styles.less @@ -65,6 +65,10 @@ .meta-item { padding: 1rem; + &:not(:first-child) { + margin-left: 0.5rem; + } + &.poster-shape-poster { flex: calc(1 / var(--poster-shape-ratio)); }