Set max-width and MIN_ZOOM

This might have some side effects but as far as I can tell they shouldn't be too problematic

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-03-16 19:57:14 +01:00
parent 8f6f9cd6fa
commit c96d2621a0
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
2 changed files with 3 additions and 1 deletions

View file

@ -35,6 +35,8 @@ limitations under the License.
.mx_ImageView_image {
pointer-events: all;
max-width: 95%;
max-height: 95%;
}
.mx_ImageView_panel {