mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 14:37:06 +01:00
Move toast notifications to bottom-center
This commit is contained in:
parent
bd13fb63ae
commit
21bf995335
@ -79,12 +79,12 @@ export const App = () => {
|
|||||||
>
|
>
|
||||||
<NotificationsProvider
|
<NotificationsProvider
|
||||||
autoClose={1500}
|
autoClose={1500}
|
||||||
position="bottom-right"
|
position="bottom-center"
|
||||||
style={{
|
style={{
|
||||||
marginBottom: '85px',
|
marginBottom: '85px',
|
||||||
opacity: '.8',
|
opacity: '.8',
|
||||||
userSelect: 'none',
|
userSelect: 'none',
|
||||||
width: '250px',
|
width: '300px',
|
||||||
}}
|
}}
|
||||||
transitionDuration={200}
|
transitionDuration={200}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user