mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
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