From 3c92e2e4a7d6ca4db204087d55554b9b5a5932e1 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Sat, 28 Mar 2020 09:21:26 +0200 Subject: [PATCH] margin added between items in meta row --- src/common/MetaRow/MetaRowPlaceholder/styles.less | 4 ++++ src/common/MetaRow/styles.less | 4 ++++ 2 files changed, 8 insertions(+) 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)); }