This commit is contained in:
ThatOneCalculator 2022-11-29 18:31:12 -08:00
parent aa8c271dd2
commit 9eb1e90ed3
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "12.119.0-calc.18-rc.2",
"version": "12.119.0-calc.18-rc.3",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -158,8 +158,8 @@ const props = withDefaults(defineProps<{
}
@media(prefers-reduced-motion) {
span[class^='mfm'], div[class*=' mfm'] {
animation: none;
span[class^='mfm'], span[class*=' mfm'] {
animation: none !important;
}
}
</style>