margin added between items in meta row

This commit is contained in:
nklhrstv 2020-03-28 09:21:26 +02:00
parent d991a87275
commit 3c92e2e4a7
2 changed files with 8 additions and 0 deletions

View file

@ -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);

View file

@ -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));
}