2018-06-08 17:23:11 -07:00
|
|
|
.asset-display {
|
2018-07-09 14:12:56 +10:00
|
|
|
display: flex;
|
2018-07-20 09:58:18 -07:00
|
|
|
flex: 1 0 auto;
|
2018-07-09 14:12:56 +10:00
|
|
|
flex-direction: column;
|
2018-07-20 09:58:18 -07:00
|
|
|
justify-content: center;
|
2018-06-08 17:23:11 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.asset-image, .asset-video {
|
2018-07-20 09:58:18 -07:00
|
|
|
margin : 0;
|
2018-06-08 17:23:11 -07:00
|
|
|
max-width: 100%;
|
|
|
|
max-height: 100%;
|
2018-07-19 14:10:34 -07:00
|
|
|
object-fit: contain;
|
|
|
|
object-position: center;
|
2018-06-08 17:23:11 -07:00
|
|
|
}
|
2018-06-19 02:44:04 +10:00
|
|
|
.asset-video {
|
2018-07-20 09:58:18 -07:00
|
|
|
border: 1px solid #d0d0d0;
|
2018-06-19 02:44:04 +10:00
|
|
|
margin: 16px;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
2018-07-14 02:26:04 +10:00
|
|
|
.vertical-split .asset-display {
|
|
|
|
height: 90vh;
|
|
|
|
}
|