mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 08:31:13 -05:00
Fix: Resolve UI jittering on initial load
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user