mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
fix upscale toggle for new layout
This commit is contained in:
parent
448cd37f1e
commit
4f586144b7
|
|
@ -969,6 +969,9 @@ tr.play td:nth-child(1) a {
|
||||||
#ggrid.noupscale>a img {
|
#ggrid.noupscale>a img {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
#ggrid.noupscale.gallery.nocrop>a img {
|
||||||
|
object-fit: scale-down;
|
||||||
|
}
|
||||||
#ggrid>a.dir img {
|
#ggrid>a.dir img {
|
||||||
max-width: calc(var(--grid-sz) - 20px);
|
max-width: calc(var(--grid-sz) - 20px);
|
||||||
margin: 10px auto 0 auto;
|
margin: 10px auto 0 auto;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue