Correctly resize full width images when table of contents is opened/closed (#5826)

* stash

* restore

* Self review
This commit is contained in:
Tom Moor
2023-09-12 21:33:25 -04:00
committed by GitHub
parent d81db7e4f6
commit b80ee89588
6 changed files with 86 additions and 69 deletions

View File

@@ -450,7 +450,7 @@ li {
img {
max-width: 100vw;
max-height: 50vh;
max-height: min(450px, 50vh);
object-fit: cover;
object-position: center;
}