mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-05 00:10:16 +00:00
videos list styles restructured
This commit is contained in:
parent
8917e14e65
commit
deea9243f5
1 changed files with 5 additions and 5 deletions
|
|
@ -5,11 +5,6 @@
|
|||
flex-direction: column;
|
||||
background-color: @color-background-dark5-70;
|
||||
|
||||
.seasons-bar {
|
||||
flex: none;
|
||||
align-self: stretch;
|
||||
}
|
||||
|
||||
.message-container {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
|
|
@ -38,6 +33,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.seasons-bar {
|
||||
flex: none;
|
||||
align-self: stretch;
|
||||
}
|
||||
|
||||
.search-bar-container {
|
||||
flex: none;
|
||||
align-self: stretch;
|
||||
|
|
|
|||
Loading…
Reference in a new issue