mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
always full size thumbnails
This commit is contained in:
parent
3496ed027d
commit
97c9647ed6
|
|
@ -963,6 +963,8 @@ tr.play td:nth-child(1) a {
|
||||||
max-height: calc(var(--grid-sz)/1.25);
|
max-height: calc(var(--grid-sz)/1.25);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: block;
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
#ggrid>a.dir img {
|
#ggrid>a.dir img {
|
||||||
max-width: calc(var(--grid-sz) - 20px);
|
max-width: calc(var(--grid-sz) - 20px);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue