mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 10:46:35 +00:00
Fix for "Increase generic entity row touch target (4): iOS troubles (#24224)
restoring pre-2025.2 height
This commit is contained in:
parent
65b6a3c6a3
commit
d8e36894a0
@ -200,8 +200,6 @@ export class HuiGenericEntityRow extends LitElement {
|
|||||||
padding-inline-start: 16px;
|
padding-inline-start: 16px;
|
||||||
padding-inline-end: 8px;
|
padding-inline-end: 8px;
|
||||||
flex: 1 1 30%;
|
flex: 1 1 30%;
|
||||||
min-height: 40px;
|
|
||||||
align-content: center;
|
|
||||||
}
|
}
|
||||||
.info,
|
.info,
|
||||||
.info > * {
|
.info > * {
|
||||||
@ -235,8 +233,6 @@ export class HuiGenericEntityRow extends LitElement {
|
|||||||
}
|
}
|
||||||
.value {
|
.value {
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
min-height: 40px;
|
|
||||||
align-content: center;
|
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user