Improve single image html

This commit is contained in:
Zed 2019-09-19 03:02:56 +02:00
commit e663b04761
2 changed files with 27 additions and 14 deletions

View file

@ -12,6 +12,7 @@
.still-image {
width: 100%;
display: block;
}
}
@ -66,7 +67,14 @@
.single-image {
display: inline-block;
width: unset;
width: 100%;
max-height: 600px;
.attachments {
width: unset;
max-height: unset;
display: inherit;
}
}
.overlay-circle {