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