fix: remove will-change from transform on search bars

This commit is contained in:
ThaUnknown 2022-05-09 21:33:52 +02:00
parent 84a1c11e99
commit fc5b91e027
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -153,7 +153,6 @@
.container-fluid > div > :nth-child(2),
.container-fluid button {
transition: transform 0.2s ease;
will-change: transform;
}
.container-fluid > div > :nth-child(2):hover {