Introduce boolean variable for smoke blurring.
gitea/icedream/rekt-theme/master This commit looks good
Details
gitea/icedream/rekt-theme/master This commit looks good
Details
[skip ci]header/meta/side-by-side
parent
6eaf78abbc
commit
88d93f3f70
|
@ -18,6 +18,7 @@ $icedream-metadata-prefix: '🎶 Now playing: ' !default;
|
|||
$icedream-nav-tab-fix: false !default;
|
||||
$icedream-nav-bg-fade: true !default;
|
||||
$icedream-fog-bg: true !default;
|
||||
$icedream-fog-bg-blur: false !default;
|
||||
$icedream-fog-bg-animated: true !default;
|
||||
$icedream-fog-bg-animation-length: 30s !default;
|
||||
$icedream-station-fill-background-color: rgba(255, 255, 255, .1);
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
height: 100%;
|
||||
min-width: 100%;
|
||||
|
||||
@if $icedream-fog-bg-blur {
|
||||
filter: blur(16px);
|
||||
}
|
||||
|
||||
@if not($icedream-fog-bg-animated) {
|
||||
background-size: 200% 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue