mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
VideoPlaceholder info space fixed
This commit is contained in:
parent
91606220c5
commit
57c4ead20f
1 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,9 @@
|
||||||
|
|
||||||
.info-container {
|
.info-container {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
margin: 0.5rem 1rem;
|
margin: 0.5rem 1rem;
|
||||||
|
|
||||||
|
|
@ -17,7 +20,6 @@
|
||||||
|
|
||||||
.released-container {
|
.released-container {
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
margin-top: 0.5rem;
|
|
||||||
background: var(--color-placeholder-background);
|
background: var(--color-placeholder-background);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue