mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
unnecessary flex style removed
This commit is contained in:
parent
cac2b95830
commit
745eba3f14
1 changed files with 1 additions and 4 deletions
|
|
@ -53,13 +53,10 @@
|
||||||
.flex-row-container {
|
.flex-row-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
align-items: stretch;
|
||||||
|
|
||||||
.poster {
|
.poster {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
align-self: stretch;
|
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover, auto;
|
background-size: cover, auto;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue