mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27: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 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
|
||||
.poster {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
align-self: stretch;
|
||||
background-position: center;
|
||||
background-size: cover, auto;
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
|||
Loading…
Reference in a new issue