Card Picker: Remove Scale (#5205)

* remove scalling

* add zoom back
This commit is contained in:
Zack Arnett 2020-03-16 07:22:56 -04:00 committed by GitHub
parent 5197f102ea
commit b77e0b8125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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