mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26: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;
|
||||
}
|
||||
.info {
|
||||
margin-left: 16px;
|
||||
margin-right: 8px;
|
||||
margin-inline-start: 16px;
|
||||
margin-inline-end: 8px;
|
||||
padding-left: 16px;
|
||||
padding-right: 8px;
|
||||
padding-inline-start: 16px;
|
||||
padding-inline-end: 8px;
|
||||
flex: 1 1 30%;
|
||||
min-height: 40px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
.info,
|
||||
.info > * {
|
||||
@ -233,6 +237,9 @@ export class HuiGenericEntityRow extends LitElement {
|
||||
}
|
||||
.value {
|
||||
direction: ltr;
|
||||
min-height: 40px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
`;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user