Fix for "Increase generic entity row touch target (3): climate entities (#24002)

return to max-height + set vertical alignment
This commit is contained in:
ildar170975 2025-02-03 10:07:11 +03:00 committed by Bram Kragten
parent 3f8ff94002
commit c786d26542

View File

@ -200,9 +200,8 @@ export class HuiGenericEntityRow extends LitElement {
padding-inline-start: 16px;
padding-inline-end: 8px;
flex: 1 1 30%;
}
.info:not(:has(.secondary)) {
line-height: 40px;
min-height: 40px;
align-content: center;
}
.info,
.info > * {
@ -236,7 +235,8 @@ export class HuiGenericEntityRow extends LitElement {
}
.value {
direction: ltr;
line-height: 40px;
min-height: 40px;
align-content: center;
}
`;
}