mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -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 {
|
||||
max-height: 20em;
|
||||
max-height: calc(var(--grid-sz)*2);
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.imgcontainer {
|
||||
|
|
|
|||
Loading…
Reference in a new issue