Decrease image size of elf show page

This commit is contained in:
Sakura Knoll
2022-01-02 21:54:18 +09:00 Unverified
parent 6cc4a3e8cb
commit f1bbab1114
+2 -2
View File
@@ -39,8 +39,8 @@ const ElfShowPage = ({ elf }: ElfShowPageProps) => {
sx={{ sx={{
position: 'relative', position: 'relative',
overflow: 'hidden', overflow: 'hidden',
width: '600px', width: '400px',
height: '600px', height: '400px',
borderRadius: 4, borderRadius: 4,
}} }}
> >