fix(agsV2): get rif of notif jiggle
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
cb3027e571
commit
30ee2e9f14
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ import { Notification } from './notification';
|
|||
export default () => (
|
||||
<box
|
||||
// Needed so it occupies space at the start
|
||||
css="padding: 1px;"
|
||||
// It needs to be bigger than the notifs to not jiggle
|
||||
css="min-width: 550px;"
|
||||
vertical
|
||||
|
||||
setup={(self) => {
|
||||
|
|
Loading…
Reference in a new issue