From 6ed117a131046a7670bf1a3f79a14bc8c18babeb Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Fri, 14 Aug 2026 19:26:13 -0500 Subject: [PATCH] render --- .../components/tools/device_settings.css | 23 +++++++++++++++++++ .../components/tools/device_settings.js | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/starpilot/system/the_galaxy/assets/components/tools/device_settings.css b/starpilot/system/the_galaxy/assets/components/tools/device_settings.css index 5e66425e2..e6a951b2f 100644 --- a/starpilot/system/the_galaxy/assets/components/tools/device_settings.css +++ b/starpilot/system/the_galaxy/assets/components/tools/device_settings.css @@ -356,6 +356,16 @@ flex-direction: column; } +.ds-row-text-input { + align-items: stretch; + flex-direction: column; + gap: var(--gap-sm); +} + +.ds-row-text-input .ds-row-info { + margin-bottom: 0; +} + .ds-row-info { align-items: center; display: flex; @@ -441,6 +451,19 @@ outline: none; } +.ds-text-input { + appearance: none; + box-sizing: border-box; + cursor: text; + min-height: 2.25rem; + width: 100%; +} + +.ds-text-input:disabled { + cursor: not-allowed; + opacity: var(--disabled-opacity); +} + .ds-apply-btn { background: transparent; border: var(--border-style-main); diff --git a/starpilot/system/the_galaxy/assets/components/tools/device_settings.js b/starpilot/system/the_galaxy/assets/components/tools/device_settings.js index 1306c7b54..c7447d9e4 100644 --- a/starpilot/system/the_galaxy/assets/components/tools/device_settings.js +++ b/starpilot/system/the_galaxy/assets/components/tools/device_settings.js @@ -1662,7 +1662,7 @@ function renderSettingRow(p) { } return html` -