VideoPlaceholder info space fixed

This commit is contained in:
svetlagasheva 2020-04-02 15:48:19 +03:00
parent 91606220c5
commit 57c4ead20f

View file

@ -6,6 +6,9 @@
.info-container {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 3rem;
margin: 0.5rem 1rem;
@ -17,7 +20,6 @@
.released-container {
height: 1rem;
margin-top: 0.5rem;
background: var(--color-placeholder-background);
}
}