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