add units to ensure no animation (ugly solution)

This commit is contained in:
gesang 2025-03-10 20:07:38 +01:00
parent 836e5307db
commit de04a15297
Signed by: gesang
GPG key ID: 6CE35141D31CEAFB

View file

@ -36,16 +36,17 @@
}
dialog.closing>article {
animation-name:unset!important;
animation-duration: 0!important;
animation-duration: 0ms!important;
animation-timing-function:unset!important;
}
dialog>article {
animation-name:unset!important;
animation-duration: 0!important;
animation-duration: 0ms!important;
animation-timing-function:unset!important;
}
dialog.closing {
animation-duration: 0!important;
animation-name:fadeOut;
animation-duration: 0ms!important;
animation-timing-function:unset!important;
}
*:before {