Can now view markdown both rendered and raw

This commit is contained in:
Gnarwhal 2024-09-23 21:21:45 +00:00
parent 91bb7cb7e6
commit 036fb0f0b1
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
9 changed files with 121 additions and 20 deletions

View file

@ -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',
},