feat animate the feedback modal like the confirm modal

Apply the shared modal-enter scale-and-fade to the feedback modal so every modal opens with the same short, smooth motion. The existing prefers-reduced-motion rule already clamps animation duration, so the motion is disabled for users who ask for reduced motion.

Commit
4b8df35ad885b901789a9c6a1ce8bafc8cc62e53
Author
Marius Peter <dev@marius-peter.com>
Author date
Committer
Marius Peter <dev@marius-peter.com>
Committer date
lib/web/assets/hito.css
index c311f019..ac3cbd9c 100644..100644
@@ -552,6 +552,7 @@
552 552 color: var(--ink);
553 553 }
554 554 .feedback-modal::backdrop { background: rgba(26, 26, 22, 0.45); }
555 Added: .feedback-modal[open] { animation: modal-enter 180ms ease both; }
555 556 .feedback-modal-content { padding: 1.25rem; }
556 557 .feedback-modal-heading {
557 558 display: flex;