mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 23:51:26 +00:00
Compare commits
No commits in common. "7ba88c8286797b7dc2e8de58ffba4a1540153445" and "6175fc406f6dad6e81799b0b8b37f6d186473445" have entirely different histories.
7ba88c8286
...
6175fc406f
3 changed files with 5 additions and 14 deletions
6
.github/workflows/deploy-blog.yml
vendored
6
.github/workflows/deploy-blog.yml
vendored
|
|
@ -68,9 +68,6 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Install Playwright browsers
|
||||
run: npx playwright install chromium --with-deps
|
||||
|
||||
- name: Create .env file
|
||||
run: |
|
||||
cat > .env <<'EOF'
|
||||
|
|
@ -127,9 +124,6 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Install Playwright browsers
|
||||
run: npx playwright install chromium --with-deps
|
||||
|
||||
- name: Create .env file
|
||||
run: |
|
||||
cat > .env <<'EOF'
|
||||
|
|
|
|||
|
|
@ -36,9 +36,12 @@
|
|||
height: 2rem;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
transform: scale(1.3) translateY(-70px);
|
||||
transform:
|
||||
scale(1.3)
|
||||
translateY(-70px);
|
||||
pointer-events: none;
|
||||
transition: transform 160ms linear;
|
||||
transition:
|
||||
transform 160ms linear;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -62,12 +62,6 @@ html {
|
|||
color: #1f2328;
|
||||
}
|
||||
|
||||
html {
|
||||
scrollbar-gutter: stable;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #828282 transparent;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue