mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -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 {
|
||||
width: auto;
|
||||
}
|
||||
#ggrid.noupscale.gallery.nocrop>a img {
|
||||
object-fit: scale-down;
|
||||
}
|
||||
#ggrid>a.dir img {
|
||||
max-width: calc(var(--grid-sz) - 20px);
|
||||
margin: 10px auto 0 auto;
|
||||
|
|
|
|||
Loading…
Reference in a new issue