This commit is contained in:
firestar5683
2026-08-14 19:26:13 -05:00
parent e78537c4aa
commit 6ed117a131
2 changed files with 24 additions and 1 deletions
@@ -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);
@@ -1662,7 +1662,7 @@ function renderSettingRow(p) {
}
return html`
<div class="ds-row ${isNumeric ? "ds-row-numeric" : ""} ${isChild}">
<div class="ds-row ${isNumeric ? "ds-row-numeric" : ""} ${isText ? "ds-row-text-input" : ""} ${isChild}">
<div class="ds-row-info">
<div class="ds-row-text">
<div class="ds-row-heading">