forked from abner/for-legacy-web
Fix modals with horizontal form components.
Fix invite / friends menu having sidebars.
This commit is contained in:
@@ -55,6 +55,11 @@ const ModalContent = styled.div<{ [key in 'attachment' | 'noBackground' | 'borde
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
${ props => !props.noBackground && css`
|
||||
background: var(--secondary-header);
|
||||
` }
|
||||
|
||||
Reference in New Issue
Block a user