mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 21:12:13 +00:00
VideosList message container uses flex instead of height
This commit is contained in:
parent
66a65bfbe0
commit
5f61ce6a19
1 changed files with 1 additions and 1 deletions
|
|
@ -14,10 +14,10 @@
|
|||
}
|
||||
|
||||
.message-container {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
padding: 2rem;
|
||||
background-color: @color-background-dark3-80;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue