1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-22 13:40:13 +01:00

Merge pull request #159 from h3poteto/iss-156

closes #156 Set max height in image viewer
This commit is contained in:
AkiraFukushima 2018-03-30 18:27:18 +09:00 committed by GitHub
commit b208946a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,7 @@ export default {
img {
max-width: 80%;
max-height: 80%;
}
}
}