Set max-width of images in the reviewer to 100%

This commit is contained in:
Henrik Giesel 2021-07-30 20:04:37 +02:00 committed by Damien Elmes
parent bae09a4743
commit a8ffdc2d7f

View file

@ -19,7 +19,7 @@ body.nightMode {
}
img {
max-width: 95%;
max-width: 100%;
max-height: 95vh;
}