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[]) {
229
229
}
230
230
await waitForIcons ( page ) ;
231
231
} ,
232
- stabilize : {
233
- roundImageSize : false ,
234
- } ,
235
232
} ) ;
236
233
}
237
234
}
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ export function PageAside(props: {
55
55
'chat-open:xl:max-3xl:max-w-0' ,
56
56
'chat-open:xl:max-3xl:ml-0' ,
57
57
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]' ,
60
60
61
61
'flex-col' ,
62
62
'basis-56' ,
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export function SpaceLayout(props: {
81
81
/>
82
82
{ withAIChat ? < AIChat /> : null }
83
83
< 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" >
85
85
< div
86
86
className = { tcls (
87
87
'flex' ,
You can’t perform that action at this time.
0 commit comments