mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03: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}
|
||||
style={
|
||||
{
|
||||
'--image-blur': `${dynamicImageBlur}`,
|
||||
'--image-blur': `${dynamicImageBlur}rem`,
|
||||
} as CSSProperties
|
||||
}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue