webterm: remove border, let term live in page

This also helps conceal some xterm resizing inaccuracies.
This commit is contained in:
fang 2021-12-09 00:36:50 +01:00
parent 3ee9132416
commit b20abb8841
No known key found for this signature in database
GPG Key ID: EB035760C1BBA972

View File

@ -451,19 +451,16 @@ export default function TermApp(props: TermAppProps) {
<Box
width='100%'
height='100%'
p={['0','3']}
display='flex'
bg='white'
fontFamily='mono'
overflow='hidden'
>
<Col
width='100%'
height='100%'
minHeight='0'
color='washedGray'
borderRadius={['0','2px']}
border={['0','1px solid']}
p='1'
px={['0','2']}
pb={['0','2']}
ref={container}
>
</Col>