Can now view markdown both rendered and raw
This commit is contained in:
parent
91bb7cb7e6
commit
036fb0f0b1
9 changed files with 121 additions and 20 deletions
|
@ -18,7 +18,6 @@ export const center = style({
|
|||
});
|
||||
|
||||
export const title_group = style({
|
||||
marginBottom: '0.5em',
|
||||
width: '100%',
|
||||
height: '3.5em',
|
||||
display: 'flex',
|
||||
|
@ -101,7 +100,7 @@ export const download_tty_group = style({
|
|||
'screen and (min-width: 768px)': {
|
||||
display: 'block',
|
||||
margin: 0,
|
||||
marginBottom: '1em',
|
||||
marginTop: '0.5em',
|
||||
borderBottom: `1px solid ${colors.background2}`,
|
||||
paddingBottom: '0.5em',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue