mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-30 06:18:43 +00:00
fix: remove will-change from transform on search bars
This commit is contained in:
parent
84a1c11e99
commit
fc5b91e027
2 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue