649b2c421d
Video border was lost in recent PR https://github.com/lbryio/spee.ch/pull/471
17 lines
267 B
SCSS
17 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;
|
|
}
|