mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Improve spacing in entity rows + secondary ellipsis (#8028)
This commit is contained in:
parent
42f0101440
commit
1667973a66
@ -164,7 +164,8 @@ class HuiGenericEntityRow extends LitElement {
|
|||||||
}
|
}
|
||||||
.info {
|
.info {
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
flex: 1 0 60px;
|
margin-right: 8px;
|
||||||
|
flex: 1 0 30%;
|
||||||
}
|
}
|
||||||
.info,
|
.info,
|
||||||
.info > * {
|
.info > * {
|
||||||
@ -181,7 +182,6 @@ class HuiGenericEntityRow extends LitElement {
|
|||||||
}
|
}
|
||||||
.secondary,
|
.secondary,
|
||||||
ha-relative-time {
|
ha-relative-time {
|
||||||
display: block;
|
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
}
|
}
|
||||||
state-badge {
|
state-badge {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user