0
0
Fork 0

Show media on report UI (#6619)

This commit is contained in:
abcang 2018-03-05 04:29:12 +09:00 committed by Eugen Rochko
parent c110fa62ac
commit 219aac7800
2 changed files with 60 additions and 11 deletions

View file

@ -862,12 +862,27 @@
border-bottom: 1px solid $ui-secondary-color;
display: flex;
.status__content {
flex: 1 1 auto;
padding: 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
.status-check-box__status {
margin: 10px 0 10px 10px;
flex: 1;
.media-gallery {
max-width: 250px;
}
.status__content {
padding: 0;
white-space: normal;
}
.video-player {
margin-top: 8px;
max-width: 250px;
}
.media-gallery__item-thumbnail {
cursor: default;
}
}
}