mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +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;
|
flex: 1;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
|
|
||||||
|
&:not(:first-child) {
|
||||||
|
margin-left: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.poster-container {
|
.poster-container {
|
||||||
padding-bottom: calc(100% * var(--poster-shape-ratio));
|
padding-bottom: calc(100% * var(--poster-shape-ratio));
|
||||||
background-color: var(--color-placeholder-background);
|
background-color: var(--color-placeholder-background);
|
||||||
|
|
|
||||||
|
|
@ -65,6 +65,10 @@
|
||||||
.meta-item {
|
.meta-item {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|
||||||
|
&:not(:first-child) {
|
||||||
|
margin-left: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
&.poster-shape-poster {
|
&.poster-shape-poster {
|
||||||
flex: calc(1 / var(--poster-shape-ratio));
|
flex: calc(1 / var(--poster-shape-ratio));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue