Increase defautl size
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
b27a8e3c3a
commit
9c313854d0
|
@ -36,8 +36,8 @@ limitations under the License.
|
||||||
.mx_ImageView_image {
|
.mx_ImageView_image {
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
|
|
||||||
max-width: 70vw;
|
max-width: 95vw;
|
||||||
max-height: 70vh;
|
max-height: 95vh;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue