spee.ch/client/scss/components/_asset-display.scss
Electron - Mark Firth b9776da810
Fix Error Message Issue
Fixes the error message issue shown in the below image.
2018-07-08 21:14:50 +10:00

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;
}