File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -229,9 +229,6 @@ export function runTestCases(testCases: TestsCase[]) {
229229 }
230230 await waitForIcons ( page ) ;
231231 } ,
232- stabilize : {
233- roundImageSize : false ,
234- } ,
235232 } ) ;
236233 }
237234 }
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ export function PageAside(props: {
5555 'chat-open:xl:max-3xl:max-w-0' ,
5656 'chat-open:xl:max-3xl:ml-0' ,
5757
58- 'transition-all duration-300' ,
59- '[transition-behavior:allow-discrete]' ,
58+ 'motion-safe: transition-all motion-safe: duration-300' ,
59+ 'motion-safe: [transition-behavior:allow-discrete]' ,
6060
6161 'flex-col' ,
6262 'basis-56' ,
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export function SpaceLayout(props: {
8181 />
8282 { withAIChat ? < AIChat /> : null }
8383 < div className = "scroll-nojump" >
84- < div className = "transition-all duration-300 lg:chat-open:mr-80 xl:chat-open:mr-96" >
84+ < div className = "motion-safe: transition-all motion-safe: duration-300 lg:chat-open:mr-80 xl:chat-open:mr-96" >
8585 < div
8686 className = { tcls (
8787 'flex' ,
You can’t perform that action at this time.
0 commit comments