background color for videos and streams list moved to top level

This commit is contained in:
nklhrstv 2020-03-30 09:37:51 +03:00
parent f8b572b046
commit 9a2881da10
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,6 @@
.videos-list-container {
display: flex;
flex-direction: column;
background-color: @color-background-dark5-70;
.message-container {
flex: 1;

View file

@ -92,6 +92,7 @@
--item-size: 26.5rem;
flex: none;
align-self: stretch;
background-color: @color-background-dark5-70;
}
}
}