mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -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;
|
||||
}
|
||||
a.img {
|
||||
height: calc(var(--grid-sz) / 1.1 - 4px);
|
||||
height: calc(var(--grid-sz) - 1em);
|
||||
max-height: none;
|
||||
span {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue