mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
style blurry login box
This commit is contained in:
parent
a1f9f6c77a
commit
cb0184398a
@ -59,7 +59,7 @@ export default class VectorAuthPage extends React.PureComponent {
|
||||
right: 0,
|
||||
bottom: 0,
|
||||
left: 0,
|
||||
filter: 'blur(10px)',
|
||||
filter: 'blur(40px)',
|
||||
background: pageStyle.background,
|
||||
};
|
||||
|
||||
@ -67,7 +67,7 @@ export default class VectorAuthPage extends React.PureComponent {
|
||||
display: 'flex',
|
||||
zIndex: 1,
|
||||
background: 'rgba(255, 255, 255, 0.59)',
|
||||
borderRadius: '4px',
|
||||
borderRadius: '8px',
|
||||
};
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user