From ba9aa14f2cfe60d664d2c363fa222b9cc3ba7124 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Sun, 13 Jul 2025 07:36:31 -0600 Subject: [PATCH] Attempt once again to remove PARCEL_WORKERS env var --- .woodpecker.yml | 1 - src/components/project.html | 14 ++++++++------ src/style.css | 1 + 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 43ecf12..4258f18 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,6 @@ steps: image: node:22-slim environment: PNPM_HOME: /pnpm - PARCEL_WORKERS: 0 commands: - corepack enable - pnpm install diff --git a/src/components/project.html b/src/components/project.html index 4166fab..d4143c8 100644 --- a/src/components/project.html +++ b/src/components/project.html @@ -14,15 +14,17 @@

{{text}}

- - + + + +
- +
- +
\ No newline at end of file diff --git a/src/style.css b/src/style.css index 873f941..0e9cc1a 100644 --- a/src/style.css +++ b/src/style.css @@ -237,6 +237,7 @@ a { background-color: transparent; border: solid 3px #999; font-size: 16pt; + padding: 8px; } .tab-list a[aria-selected=true] {