Reorganising

This commit is contained in:
Gnarwhal 2024-09-19 05:34:28 +01:00
parent 0b544fc507
commit 24dab2d928
Signed by: Gnarwhal
GPG key ID: 80DB5B37E4C96776
13 changed files with 12 additions and 6 deletions

View file

@ -107,3 +107,7 @@ export const download_tty_group = style({
},
});
export const wrapper = style({
overflowX: 'scroll',
paddingBottom: '1em',
});