mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
fix regression on image blur in fullscreen player
This commit is contained in:
parent
d777be6251
commit
73dd781a88
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ export const FullScreenPlayer = () => {
|
||||||
className={styles.backgroundImageOverlay}
|
className={styles.backgroundImageOverlay}
|
||||||
style={
|
style={
|
||||||
{
|
{
|
||||||
'--image-blur': `${dynamicImageBlur}`,
|
'--image-blur': `${dynamicImageBlur}rem`,
|
||||||
} as CSSProperties
|
} as CSSProperties
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue