Firefox patch patched

This commit is contained in:
BOTAlex 2024-03-31 07:36:35 +02:00
parent 878c1f6b5f
commit 72e5b2071a
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@
} }
.FirefoxSmoothTranition{ .FirefoxSmoothTranition{
transition: none; transition: transform 1000ms cubic-bezier(0.16, 1.63, 0.01, 0.99);
-moz-transition: transform 1000ms cubic-bezier(0.16, 1.63, 0.01, 0.99) !important; -moz-transition: transform 1000ms cubic-bezier(0.16, 1.63, 0.01, 0.99) !important;
} }