forked from abner/for-legacy-web
Update react-overlapping-panels.
Fix: bottom navigation appearing in wrong place. Fix: Redirect to server from invite if already joined. Fix: Use monoscape font for code textareas.
This commit is contained in:
@@ -48,7 +48,7 @@ export default styled.textarea<TextAreaProps>`
|
||||
${(props) =>
|
||||
props.code
|
||||
? css`
|
||||
font-family: var(--monoscape-font-font), monospace;
|
||||
font-family: var(--monoscape-font), monospace;
|
||||
`
|
||||
: css`
|
||||
font-family: inherit;
|
||||
|
||||
Reference in New Issue
Block a user