mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
fix uncropped gallery layout issue
This commit is contained in:
parent
572ad911e7
commit
03ec82ac92
|
|
@ -3952,7 +3952,7 @@ html.e #wrap.thin {
|
||||||
margin: .3em;
|
margin: .3em;
|
||||||
}
|
}
|
||||||
a.img {
|
a.img {
|
||||||
height: calc(var(--grid-sz) / 1.1 - 4px);
|
height: calc(var(--grid-sz) - 1em);
|
||||||
max-height: none;
|
max-height: none;
|
||||||
span {
|
span {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue