mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
View images: improve margin
This commit is contained in:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user