make file, image viewer wide (#1444)

This commit is contained in:
Ajay Bura
2023-10-10 17:07:03 +11:00
committed by GitHub
parent 5940cf24a0
commit d0f2a865bc
3 changed files with 21 additions and 3 deletions

View File

@@ -31,6 +31,11 @@ export const AbsoluteFooter = style([
},
]);
export const ModalWide = style({
minWidth: '85vw',
minHeight: '90vh',
});
export const MessageBase = style({
position: 'relative',
});