This commit is contained in:
Mateusz Gruszczyński
2026-09-16 15:28:06 +02:00
parent 3f9acb1675
commit 143ff0d272
16 changed files with 104 additions and 63 deletions
+5
View File
@@ -9973,3 +9973,8 @@ select.select-native-proxy[aria-invalid="true"] + .custom-select .custom-select-
.ha-entity-option small { flex: 0 0 auto; }
.ha-entity-empty { padding: 9px 10px; }
/* Shared Flow HA entity picker: keep search and selected entity visually distinct. */
.ha-entity-search-field input[type="search"] { width: 100%; }
.ha-entity-selected-field { margin-top: 2px; }
.ha-entity-selected-field input { font-family: var(--mono, ui-monospace, SFMono-Regular, Menlo, Consolas, monospace); }