Smaller axes
This commit is contained in:
parent
8c0057d6b2
commit
c8284671a0
1 changed files with 2 additions and 2 deletions
|
|
@ -71,8 +71,8 @@ export default function ViewerPanel({className, style}: {className?: string, sty
|
|||
bottom: 0,
|
||||
right: 0,
|
||||
zIndex: 10,
|
||||
height: '200px',
|
||||
width: '200px',
|
||||
height: '100px',
|
||||
width: '100px',
|
||||
}}
|
||||
loading="eager"
|
||||
interpolation-decay="0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue