Show preview of answered images

This commit is contained in:
Raphael Michel
2019-07-16 09:28:16 +02:00
parent fb1f6c65af
commit a79a156a28
3 changed files with 20 additions and 0 deletions

View File

@@ -634,6 +634,15 @@ h1 .label {
margin-left: 120px;
}
}
.answer-thumb img {
width: auto;
height: auto;
max-height: 100px;
max-width: 100%;
margin-top: 5px;
}
@media(max-width: $screen-sm-max) {
.timeline {
.col-date {