forked from github/cinny
make file, image viewer wide (#1444)
This commit is contained in:
@@ -31,6 +31,11 @@ export const AbsoluteFooter = style([
|
||||
},
|
||||
]);
|
||||
|
||||
export const ModalWide = style({
|
||||
minWidth: '85vw',
|
||||
minHeight: '90vh',
|
||||
});
|
||||
|
||||
export const MessageBase = style({
|
||||
position: 'relative',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user