fix: blurry card zoom

This commit is contained in:
ThaUnknown 2022-05-09 01:05:57 +02:00
parent 41e983b135
commit 84a1c11e99
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "Miru",
"version": "2.2.0",
"version": "2.2.1",
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
"main": "src/index.js",
"homepage": "https://github.com/ThaUnknown/miru#readme",

View file

@ -112,7 +112,6 @@
content: ' • ';
}
.card {
will-change: transform, bottom;
animation: 0.3s ease 0s 1 load-in;
cursor: pointer;
overflow: hidden;