mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
MetaDetails bkg uses linear-gradient
This commit is contained in:
parent
433c9373b2
commit
01016e6310
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@
|
|||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: @color-background-dark2;
|
||||
background:
|
||||
linear-gradient(to right, @color-background-dark3-60, @color-background-dark3-80);
|
||||
|
||||
.nav-bar {
|
||||
flex: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue