Compare commits

..

No commits in common. "7ba88c8286797b7dc2e8de58ffba4a1540153445" and "6175fc406f6dad6e81799b0b8b37f6d186473445" have entirely different histories.

3 changed files with 5 additions and 14 deletions

View file

@ -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'

View file

@ -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;
} }

View file

@ -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%;