Increase defautl size

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-03-15 19:23:40 +01:00
parent b27a8e3c3a
commit 9c313854d0
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -36,8 +36,8 @@ limitations under the License.
.mx_ImageView_image {
pointer-events: all;
max-width: 70vw;
max-height: 70vh;
max-width: 95vw;
max-height: 95vh;
min-width: 100px;
min-height: 100px;
}