View images: improve margin

This commit is contained in:
Enrico Ros
2024-10-02 14:42:51 -07:00
parent 5541a4e531
commit f07c19f69c
@@ -20,6 +20,12 @@ const imageViewerContainerSx: SxProps = {
// justifyContent: 'center',
maxHeight: '80vh',
overflow: 'auto',
// pre-compensate the Block > Render Items 1.5 margin
m: -1.5,
'& > div': {
pt: 1.5,
},
};