mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
chore: update format script
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import clsx from 'clsx';
|
||||
import { memo, ReactNode } from 'react';
|
||||
import { ReactNode, memo } from 'react';
|
||||
import { FiExternalLink } from 'react-icons/fi';
|
||||
|
||||
interface Props {
|
||||
|
@ -1,5 +1,5 @@
|
||||
import clsx from 'clsx';
|
||||
import { Children, cloneElement, isValidElement, ReactElement } from 'react';
|
||||
import { Children, ReactElement, cloneElement, isValidElement } from 'react';
|
||||
import { VscGithubInverted } from 'react-icons/vsc';
|
||||
import { Project } from './content';
|
||||
|
||||
|
@ -15,15 +15,12 @@
|
||||
|
||||
padding: 7px 10px 8px 10px;
|
||||
align-items: center;
|
||||
box-shadow:
|
||||
0 11px 40px 0 rgba(0, 0, 0, 0.25),
|
||||
0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
||||
box-shadow: 0 11px 40px 0 rgba(0, 0, 0, 0.25), 0 2px 10px 0
|
||||
rgba(0, 0, 0, 0.12);
|
||||
|
||||
display: none;
|
||||
opacity: 0;
|
||||
transition:
|
||||
opacity 0.1s ease,
|
||||
bottom 0.1s ease;
|
||||
transition: opacity 0.1s ease, bottom 0.1s ease;
|
||||
animation: fade-in 0.1s ease-in-out;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user