Change gradient to go from bottom to top.

header/meta/overlay
Icedream 2018-07-16 01:26:25 +02:00
parent eb9e2531b3
commit 91a4751cb3
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
z-index: 900;
// copied from https://gist.github.com/Odepia/5790397
background: transparent;
background: linear-gradient(to right, $icedream-metadata-overlay-background-gradient-from 0%, $icedream-metadata-overlay-background-gradient-to 100%);
background: linear-gradient(to top, $icedream-metadata-overlay-background-gradient-from 0%, $icedream-metadata-overlay-background-gradient-to 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#{$icedream-metadata-overlay-background-gradient-from}, endColorstr=#{$icedream-metadata-overlay-background-gradient-to});
}