mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-21 07:42:02 +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",
|
"name": "Miru",
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"homepage": "https://github.com/ThaUnknown/miru#readme",
|
"homepage": "https://github.com/ThaUnknown/miru#readme",
|
||||||
|
|
|
||||||
|
|
@ -153,7 +153,6 @@
|
||||||
.container-fluid > div > :nth-child(2),
|
.container-fluid > div > :nth-child(2),
|
||||||
.container-fluid button {
|
.container-fluid button {
|
||||||
transition: transform 0.2s ease;
|
transition: transform 0.2s ease;
|
||||||
will-change: transform;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-fluid > div > :nth-child(2):hover {
|
.container-fluid > div > :nth-child(2):hover {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue