spee.ch/client/scss/components/_asset-display.scss
Electron - Mark Firth 649b2c421d
Adding Border Back to Videos
Video border was lost in recent PR https://github.com/lbryio/spee.ch/pull/471
2018-06-19 02:44:04 +10:00

18 lines
267 B
SCSS

.asset-display {
flex: 1 0 auto;
display: flex;
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;
}