mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
webterm: remove border, let term live in page
This also helps conceal some xterm resizing inaccuracies.
This commit is contained in:
parent
3ee9132416
commit
b20abb8841
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user