fix(striker-ui): pad server preview when inner panel

main
Tsu-ba-me 3 years ago
parent 03e04a0a07
commit 8560171d8f
  1. 1
      striker-ui/components/Display/Preview.tsx

@ -148,6 +148,7 @@ const Preview: FC<PreviewProps> = ({
sx={{ sx={{
height: '100%', height: '100%',
opacity: isPreviewStale ? '0.4' : '1', opacity: isPreviewStale ? '0.4' : '1',
padding: isUseInnerPanel ? '.2em' : 0,
width: '100%', width: '100%',
}} }}
/> />

Loading…
Cancel
Save