mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Increase generic entity row touch target (#23894)
This commit is contained in:
parent
9359e9d475
commit
b3391b34e4
@ -195,11 +195,15 @@ export class HuiGenericEntityRow extends LitElement {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
.info {
|
.info {
|
||||||
margin-left: 16px;
|
padding-left: 16px;
|
||||||
margin-right: 8px;
|
padding-right: 8px;
|
||||||
margin-inline-start: 16px;
|
padding-inline-start: 16px;
|
||||||
margin-inline-end: 8px;
|
padding-inline-end: 8px;
|
||||||
flex: 1 1 30%;
|
flex: 1 1 30%;
|
||||||
|
min-height: 40px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.info,
|
.info,
|
||||||
.info > * {
|
.info > * {
|
||||||
@ -233,6 +237,9 @@ export class HuiGenericEntityRow extends LitElement {
|
|||||||
}
|
}
|
||||||
.value {
|
.value {
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
|
min-height: 40px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user