Remove "circle reveal" animation on load of sign-in page (#3802)
* Remove "circle reveal" animation on load of sign-in page * Remove CSS selector that broke text rendering when OS was dark and app theme is light
This commit is contained in:
@ -70,17 +70,11 @@ const SignIn = () => {
|
||||
>
|
||||
<div
|
||||
style={
|
||||
{
|
||||
height: 'calc(100vh - 16px)',
|
||||
'--circle-x': '14%',
|
||||
'--circle-y': '12%',
|
||||
'--circle-size-mid': '15%',
|
||||
'--circle-size-end': '200%',
|
||||
'--circle-timing': 'cubic-bezier(0.25, 1, 0.4, 0.9)',
|
||||
...(isDesktop() ? { '-webkit-app-region': 'no-drag' } : {}),
|
||||
} as CSSProperties
|
||||
isDesktop()
|
||||
? ({ '-webkit-app-region': 'no-drag' } as CSSProperties)
|
||||
: {}
|
||||
}
|
||||
className="in-circle-hesitate body-bg py-5 px-12 rounded-lg grid place-items-center overflow-y-auto"
|
||||
className="body-bg py-5 px-12 rounded-lg grid place-items-center overflow-y-auto"
|
||||
>
|
||||
<div className="max-w-7xl grid gap-5 grid-cols-3 xl:grid-cols-4 xl:grid-rows-5">
|
||||
<div className="col-span-2 xl:col-span-3 xl:row-span-3 max-w-3xl mr-8 mb-8">
|
||||
@ -204,7 +198,7 @@ const SignIn = () => {
|
||||
<div className="flex gap-4 flex-wrap items-center">
|
||||
<ActionButton
|
||||
Element="externalLink"
|
||||
to="https://zoo.dev/docs/kcl-samples/ball-bearing"
|
||||
to="https://zoo.dev/docs/kcl-samples/a-parametric-bearing-pillow-block"
|
||||
iconStart={{ icon: 'settings' }}
|
||||
className="border-chalkboard-30 dark:border-chalkboard-80"
|
||||
>
|
||||
|
Reference in New Issue
Block a user