When you open the 3-dot-menu of a message and delete it, it seems the menu flickers, reappears, and then also gets animated/compressed. And the animation compresses the entry until a certain stage, then the last 10px are not animated. Looks quite strange:

Instead the menu should vanish right away, and the deletion animation fast and smooth.
Not sure whether it鈥檚 an issue with @nextcloud/mail or @nextcloud/vue though?
Probably on the new standards here: https://github.com/nextcloud/nextcloud-vue/pull/382 :)
I would love to remove/replace that animation anyway. The collapse never appealed to me.
We do need some feedback on deletion though, and collapsing is a great non-flamboyant way of doing that, which doesn't just jerk the entries below up.
Yes, we can improve the animation, like easing in and out, and making it quicker. But we do need an animation. :)
:+1: on animation
:-1: on collapse :wink:
Fixed by @GretaD via https://github.com/nextcloud/mail/pull/2130 :balloon: