From daa18a511422870931137b24f2a735b376a8587b Mon Sep 17 00:00:00 2001 From: kpal Date: Fri, 8 May 2026 11:23:09 +0100 Subject: [PATCH 1/2] style: update examples sidebar styling --- examples/src/static/styles.css | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/examples/src/static/styles.css b/examples/src/static/styles.css index 4692a10d57b..fee43a1cb63 100644 --- a/examples/src/static/styles.css +++ b/examples/src/static/styles.css @@ -51,7 +51,7 @@ body { } #sideBar { - background-color: #324447; + background-color: #283437; min-width: 280px; max-width: 280px; margin: 8px; @@ -160,7 +160,7 @@ body { } #sideBar .nav-item-text { - color: rgb(177, 184, 186) !important; + color: #c7ced1 !important; user-select: none; } @@ -178,7 +178,7 @@ body { #sideBar .nav-item-text a { text-decoration: none; - color: rgb(177, 184, 186) !important; + color: #c7ced1 !important; } #sideBar .nav-item-text:hover { @@ -212,8 +212,10 @@ body { #sideBar .categoryPanel { margin: 0 8px 8px 8px !important; - border: 1px solid #5b7073; + background-color: #334044; + border: 1px solid #4a5a5f; border-radius: 4px; + overflow: hidden; } .categoryPanel:first-child { @@ -226,19 +228,19 @@ body { /* Category panel header styling */ #sideBar .categoryPanel > .pcui-panel-header { - background-color: #1a2426; + background-color: #20292b; } .nav-item { margin: 12px; overflow: auto; border-radius: 4px; - background-color: #2C393C; + background-color: #2a3437; position: relative; } .nav-item:last-child { - margin: 12px 12px 4px 12px; + margin: 12px; } .nav-item.selected { From b7b6305769708fb53356b721ec1e24d62ae63621 Mon Sep 17 00:00:00 2001 From: kpal Date: Fri, 8 May 2026 11:23:20 +0100 Subject: [PATCH 2/2] chore: update examples lockfile metadata --- examples/package-lock.json | 39 -------------------------------------- 1 file changed, 39 deletions(-) diff --git a/examples/package-lock.json b/examples/package-lock.json index cdec40cd000..f3cdad7b28c 100644 --- a/examples/package-lock.json +++ b/examples/package-lock.json @@ -1209,9 +1209,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1226,9 +1223,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1243,9 +1237,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1260,9 +1251,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1277,9 +1265,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1294,9 +1279,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1311,9 +1293,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1328,9 +1307,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1345,9 +1321,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1362,9 +1335,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1379,9 +1349,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1396,9 +1363,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1413,9 +1377,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [