Fixed up the up, scope kind looks more like a dropbox

This commit is contained in:
2026-07-16 22:23:24 +02:00
parent c8f47768a3
commit f049f766d9
2 changed files with 7 additions and 4 deletions
+5 -2
View File
@@ -196,10 +196,13 @@
appearance: none; appearance: none;
width: 100%; width: 100%;
max-width: 16rem; max-width: 16rem;
padding: 0.55rem 0.75rem; padding: 0.55rem 2rem 0.55rem 0.75rem;
border: 1px solid var(--ctp-surface1); border: 1px solid var(--ctp-surface1);
border-radius: 0.35rem; border-radius: 0.35rem;
background: var(--ctp-mantle); background-color: var(--ctp-mantle);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%237c7f93' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 0.75rem center;
color: var(--ctp-text); color: var(--ctp-text);
font: inherit; font: inherit;
font-size: 0.95rem; font-size: 0.95rem;
+2 -2
View File
@@ -333,8 +333,8 @@ function GroupsConfigTab() {
setDraftScopeKind(event.target.value as GroupScopeKind) setDraftScopeKind(event.target.value as GroupScopeKind)
}} }}
> >
<option value="node">node</option> <option value="node">Node</option>
<option value="group">group</option> <option value="group">Group</option>
</select> </select>
</div> </div>