mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
background color for videos and streams list moved to top level
This commit is contained in:
parent
f8b572b046
commit
9a2881da10
2 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,6 @@
|
|||
.videos-list-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: @color-background-dark5-70;
|
||||
|
||||
.message-container {
|
||||
flex: 1;
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@
|
|||
--item-size: 26.5rem;
|
||||
flex: none;
|
||||
align-self: stretch;
|
||||
background-color: @color-background-dark5-70;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue