fix small images #619

This commit is contained in:
keyan 2023-11-20 19:54:22 -06:00
parent 58a9d03e28
commit 2bcf3acda6
2 changed files with 3 additions and 5 deletions

View File

@ -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 {

View File

@ -94,10 +94,6 @@
margin-bottom: .5rem;
}
.fullItemContainer img {
border-radius: .4rem;
}
.fullItemContainer:empty {
margin: 0;
}