mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-11 12:07:54 +00:00
fix(ui): harden navigation and queue interactions
This commit is contained in:
+4
-3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user