mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix for "Increase generic entity row touch target" (#23953)
fix for "touch target"
This commit is contained in:
parent
b056ce228b
commit
028472fc7b
@ -201,9 +201,7 @@ export class HuiGenericEntityRow extends LitElement {
|
|||||||
padding-inline-end: 8px;
|
padding-inline-end: 8px;
|
||||||
flex: 1 1 30%;
|
flex: 1 1 30%;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
display: flex;
|
line-height: 40px;
|
||||||
flex-direction: column;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
.info,
|
.info,
|
||||||
.info > * {
|
.info > * {
|
||||||
@ -238,8 +236,7 @@ export class HuiGenericEntityRow extends LitElement {
|
|||||||
.value {
|
.value {
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
display: flex;
|
line-height: 40px;
|
||||||
align-items: center;
|
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user