mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 10:29:37 +00:00
Improve target picker section title (#27539)
This commit is contained in:
@@ -636,9 +636,6 @@ export class HaTargetPickerItemRow extends LitElement {
|
|||||||
font-size: var(--ha-font-size-s);
|
font-size: var(--ha-font-size-s);
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
}
|
}
|
||||||
.domain {
|
|
||||||
font-family: var(--ha-font-family-code);
|
|
||||||
}
|
|
||||||
|
|
||||||
.entries-tree {
|
.entries-tree {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -1019,10 +1019,14 @@ export class HaTargetPickerSelector extends LitElement {
|
|||||||
padding: var(--ha-space-1) var(--ha-space-2);
|
padding: var(--ha-space-1) var(--ha-space-2);
|
||||||
font-weight: var(--ha-font-weight-bold);
|
font-weight: var(--ha-font-weight-bold);
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
|
min-height: var(--ha-space-6);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
min-height: var(--ha-space-8);
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([mode="dialog"]) .title {
|
:host([mode="dialog"]) .title {
|
||||||
|
|||||||
Reference in New Issue
Block a user