Fix reactions bar expansion and positioning

This commit is contained in:
2025-10-07 21:29:10 +03:00
Unverified
parent 23ea0f73c4
commit 69fa2c3d3e
7 changed files with 184 additions and 71 deletions
@@ -82,6 +82,11 @@ button, input {
&.open {
animation: context-menu-open 0.25s ease;
}
&.faded {
opacity: 0;
transition: opacity 0.3s ease-out;
}
@keyframes context-menu-open {
0% {