Fix notebook layout to match design, remove unused file

This commit is contained in:
Jackson Harper
2023-03-31 14:48:31 +08:00
parent 2607445a0b
commit d6a3eaea92
4 changed files with 12 additions and 99 deletions

View File

@ -286,12 +286,14 @@ export function MarkdownNote(props: MarkdownNote): JSX.Element {
<>
<SpanBox
css={{
borderRadius: '5px',
p: '10px',
borderRadius: '3px',
p: '5px',
width: '100%',
marginTop: '15px',
color: '#3D3D3D',
bg: '#F5F5F5',
color: '#898989',
fontSize: '11px',
border: '1px solid #D9D9D9',
'> *': {
m: '0px',
},