mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
notifications: add margins to each
Otherwise they are not distinguished apart.
This commit is contained in:
parent
d5bbc58c2b
commit
290b8c7c38
@ -106,6 +106,7 @@ export function NotificationWrapper(props: {
|
||||
gridTemplateRows="auto"
|
||||
gridTemplateAreas={["'header' 'main'", "'header actions' 'main main'"]}
|
||||
p={2}
|
||||
m={2}
|
||||
{...bind}
|
||||
>
|
||||
{children}
|
||||
|
Loading…
Reference in New Issue
Block a user