mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
set max width for very wide images
This commit is contained in:
parent
18096432d7
commit
448cd37f1e
|
|
@ -3963,7 +3963,7 @@ html.e #wrap.thin {
|
|||
min-width: calc(var(--grid-sz) / 2);
|
||||
width: auto;
|
||||
img {
|
||||
max-width: none;
|
||||
max-width: 100%;
|
||||
height: calc(var(--grid-sz) - 2em);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue