Fix media-modal
This commit is contained in:
parent
7077fc84f1
commit
0b14274b05
|
@ -135,7 +135,7 @@ class ImageLoader extends PureComponent<IImageLoader> {
|
||||||
const { alt, src, width, height, onClick } = this.props;
|
const { alt, src, width, height, onClick } = this.props;
|
||||||
const { loading } = this.state;
|
const { loading } = this.state;
|
||||||
|
|
||||||
const className = 'relative size-full flex items-center justify-center flex-col';
|
const className = 'relative h-[80vh] flex items-center justify-center flex-col';
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={className}>
|
<div className={className}>
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
@apply max-w-full max-h-[80%];
|
@apply max-w-full max-h-[80%];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.status {
|
.status {
|
||||||
@apply min-h-[54px] cursor-default animate-fade opacity-100;
|
@apply min-h-[54px] cursor-default animate-fade opacity-100;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue