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