mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 21:22:26 -06:00
make nocrop stop cropping again after recent change
This commit is contained in:
parent
a14320d6c2
commit
3db422909b
|
|
@ -973,6 +973,7 @@ tr.play td:nth-child(1) a {
|
||||||
#ggrid.nocrop>a img {
|
#ggrid.nocrop>a img {
|
||||||
max-height: 20em;
|
max-height: 20em;
|
||||||
max-height: calc(var(--grid-sz)*2);
|
max-height: calc(var(--grid-sz)*2);
|
||||||
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgcontainer {
|
.imgcontainer {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue