Embeautification
This commit is contained in:
parent
e62fcd18d6
commit
3b4d483c4b
11 changed files with 284 additions and 113 deletions
|
@ -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',
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue