mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
fix sizes of placeholders in nocrop gallery
This commit is contained in:
parent
7c56989cf0
commit
e29ef1b4fd
|
|
@ -4007,7 +4007,9 @@ html.e #wrap.thin {
|
|||
a.img {
|
||||
min-width: calc(var(--grid-sz) / 2);
|
||||
width: auto;
|
||||
.thumb,
|
||||
.thumb {
|
||||
height: var(--grid-sz);
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: var(--grid-sz);
|
||||
|
|
|
|||
Loading…
Reference in a new issue