mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-04 17:19:49 +00:00
fix: blurry card zoom
This commit is contained in:
parent
41e983b135
commit
84a1c11e99
2 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -112,7 +112,6 @@
|
|||
content: ' • ';
|
||||
}
|
||||
.card {
|
||||
will-change: transform, bottom;
|
||||
animation: 0.3s ease 0s 1 load-in;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Reference in a new issue