Embeautification

This commit is contained in:
Gnarwhal 2024-09-23 07:02:42 +00:00
parent e62fcd18d6
commit 3b4d483c4b
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
11 changed files with 284 additions and 113 deletions

View file

@ -12,12 +12,13 @@ export const root = style({
export const center = style({
boxSizing: 'border-box',
width: '100%',
maxWidth: '90em',
height: 'max-content',
padding: '2em',
});
export const title_group = style({
marginBottom: '1em',
marginBottom: '0.5em',
width: '100%',
height: '3.5em',
display: 'flex',
@ -102,8 +103,13 @@ export const download_tty_group = style({
margin: 0,
marginBottom: '1em',
borderBottom: `1px solid ${colors.background2}`,
paddingBottom: '1em',
paddingBottom: '0.5em',
},
},
});
export const download_tty = style({
padding: '0.25em 0',
height: '3em',
})