Increase defautl size

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Š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
1 changed files with 2 additions and 2 deletions

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;
}