File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
website/src/app/(local-pages)/example-playground Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,10 @@ ${tsx}
99
99
100
100
export function ExampleCode ( ) {
101
101
return (
102
- < div className = "relative code-example w-full overflow-hidden" >
102
+ < div className = "relative code-example w-full overflow-hidden opacity-0 animate-fade-in [animation-delay:5000ms] lg:animate-none " >
103
103
< Code code = { code } toCopy = { tsx } />
104
104
105
- < div className = "absolute inset-0 code-example-overlay pointer-events-none z-20 [animation-delay:5000ms]" > </ div >
105
+ < div className = "hidden lg:[display:unset] absolute inset-0 code-example-overlay pointer-events-none z-20 [animation-delay:5000ms]" > </ div >
106
106
107
107
{ /* Anchor */ }
108
108
< div className = "code-example-anchor absolute pointer-events-none w-px h-px -top-[5.5rem]" />
You can’t perform that action at this time.
0 commit comments