mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -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 {
|
a.img {
|
||||||
min-width: calc(var(--grid-sz) / 2);
|
min-width: calc(var(--grid-sz) / 2);
|
||||||
width: auto;
|
width: auto;
|
||||||
.thumb,
|
.thumb {
|
||||||
|
height: var(--grid-sz);
|
||||||
|
}
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: var(--grid-sz);
|
height: var(--grid-sz);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue