fix(ui): harden navigation and queue interactions

This commit is contained in:
NimBold
2026-07-28 22:11:38 +03:30
parent 7e8f1c7d7b
commit 62f8c83c57
9 changed files with 299 additions and 68 deletions
+4 -3
View File
@@ -1731,8 +1731,9 @@ html[data-list-density="relaxed"] {
padding: 32px;
}
.settings-page-transition {
animation: settings-page-in 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
.settings-page-transition,
.app-page-transition {
animation: app-page-in 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
transform-origin: top center;
}
@@ -3331,7 +3332,7 @@ html[dir="rtl"] .download-context-menu-chevron {
to { opacity: 1; }
}
@keyframes settings-page-in {
@keyframes app-page-in {
from {
opacity: 0;
transform: translateY(6px);