mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
margin added between items in meta row
This commit is contained in:
parent
d991a87275
commit
3c92e2e4a7
2 changed files with 8 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue