mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-19 01:44:00 +02:00
fix regression on image blur in fullscreen player
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user