b9776da810
Fixes the error message issue shown in the below image.
17 lines
268 B
SCSS
17 lines
268 B
SCSS
.asset-display {
|
|
flex: 1 0 auto;
|
|
display: block;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.asset-image, .asset-video {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
margin : 0;
|
|
}
|
|
.asset-video {
|
|
margin: 16px;
|
|
padding: 6px;
|
|
border: 1px solid #d0d0d0;
|
|
}
|