Correctly resize full width images when table of contents is opened/closed (#5826)
* stash * restore * Self review
This commit is contained in:
@@ -450,7 +450,7 @@ li {
|
||||
|
||||
img {
|
||||
max-width: 100vw;
|
||||
max-height: 50vh;
|
||||
max-height: min(450px, 50vh);
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user