Fix: Resolve UI jittering on initial load

This commit is contained in:
gpt-engineer-app[bot]
2025-10-10 15:04:04 +00:00
parent 88983dae3c
commit c4b3886ffc
3 changed files with 22 additions and 6 deletions

View File

@@ -120,6 +120,14 @@ All colors MUST be HSL.
}
}
/* Suppress ALL animations during initial queue render */
[data-initial-load="true"] * {
animation-duration: 0s !important;
animation-delay: 0s !important;
transition-duration: 0s !important;
transition-delay: 0s !important;
}
/* Custom Uppy Photo Upload Styling */
@layer components {
/* Uppy Dashboard customization to match theme */