diff --git a/services/web-ui/public/settings.html b/services/web-ui/public/settings.html index c2c031f..95bfb56 100644 --- a/services/web-ui/public/settings.html +++ b/services/web-ui/public/settings.html @@ -39,9 +39,10 @@ flex-shrink: 0; } - .settings-section-icon.gpu { background: oklch(20% 0.08 266 / 0.5); color: oklch(70% 0.18 266); } - .settings-section-icon.sdi { background: oklch(20% 0.08 25 / 0.5); color: oklch(72% 0.18 40); } - .settings-section-icon.ampp { background: oklch(20% 0.08 148 / 0.5); color: oklch(68% 0.18 148); } + .settings-section-icon.s3 { background: oklch(20% 0.08 195 / 0.5); color: oklch(68% 0.18 195); } + .settings-section-icon.gpu { background: oklch(20% 0.08 266 / 0.5); color: oklch(70% 0.18 266); } + .settings-section-icon.sdi { background: oklch(20% 0.08 25 / 0.5); color: oklch(72% 0.18 40); } + .settings-section-icon.ampp { background: oklch(20% 0.08 148 / 0.5); color: oklch(68% 0.18 148); } .settings-section-title { font-size: 14px; @@ -164,6 +165,16 @@ gap: 10px; margin-top: 4px; } + + /* Secret key row with show/hide toggle */ + .input-with-action { + display: flex; + gap: 8px; + } + + .input-with-action input { + flex: 1; + }
@@ -252,6 +263,74 @@