mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added rays
This commit is contained in:
parent
fcfc16c157
commit
754e11cbcc
3 changed files with 6 additions and 3 deletions
|
@ -117,14 +117,14 @@ export class GodRays extends React.Component<IGodRaysProps> {
|
|||
width: '100%',
|
||||
height: '100%',
|
||||
zIndex: -1,
|
||||
opacity: 0.5,
|
||||
opacity: 1,
|
||||
pointerEvents: 'none',
|
||||
}}>
|
||||
<canvas
|
||||
width={width}
|
||||
height={height + 100}
|
||||
style={{
|
||||
filter: 'blur(20px)',
|
||||
filter: 'blur(50px)',
|
||||
position: 'relative',
|
||||
top: -100,
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue