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