Card Picker: Firefox Fix (#5098)

This commit is contained in:
Zack Arnett 2020-03-08 00:59:25 -05:00 committed by GitHub
parent 56bfa01c56
commit 8e7ef58715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,9 +192,9 @@ export class HuiCardPicker extends LitElement {
.preview > :first-child {
zoom: 0.6;
-moz-transform: scale(0.6); /* Firefox */
-moz-transform-origin: 0 0;
-moz-transform-origin: center;
-o-transform: scale(0.6); /* Opera */
-o-transform-origin: 0 0;
-o-transform-origin: center;
display: block;
width: 100%;
}