add option to center the modal
This commit is contained in:
parent
1603193436
commit
b461fc1c4a
6 changed files with 18 additions and 1 deletions
|
|
@ -142,6 +142,7 @@ export const defaultState = {
|
|||
modalOnApproveFollow: undefined, // instance default
|
||||
modalOnDenyFollow: undefined, // instance default
|
||||
modalOnRemoveUserFromFollowers: undefined, // instance default
|
||||
modalMobileCenter: undefined,
|
||||
playVideosInModal: false,
|
||||
useOneClickNsfw: false,
|
||||
useContainFit: true,
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@ const defaultState = {
|
|||
modalOnApproveFollow: false,
|
||||
modalOnDenyFollow: false,
|
||||
modalOnRemoveUserFromFollowers: false,
|
||||
modalMobileCenter: false,
|
||||
loginMethod: 'password',
|
||||
logo: '/static/logo.svg',
|
||||
logoMargin: '.2em',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue