fix small images #619
This commit is contained in:
parent
58a9d03e28
commit
2bcf3acda6
|
@ -73,11 +73,13 @@
|
|||
display: block;
|
||||
margin-top: .5rem;
|
||||
margin-bottom: .5rem;
|
||||
border-radius: .4rem;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
cursor: zoom-in;
|
||||
max-height: 25vh;
|
||||
object-fit: contain;
|
||||
object-position: left top;
|
||||
min-width: 40vw;
|
||||
}
|
||||
|
||||
.text img.topLevel {
|
||||
|
|
|
@ -94,10 +94,6 @@
|
|||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
.fullItemContainer img {
|
||||
border-radius: .4rem;
|
||||
}
|
||||
|
||||
.fullItemContainer:empty {
|
||||
margin: 0;
|
||||
}
|
Loading…
Reference in New Issue