mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 13:07:49 +00:00
Keep tile content at the top
This commit is contained in:
parent
73617711ff
commit
87c9151d27
@ -384,7 +384,6 @@ export class HuiTileCard extends LitElement implements LovelaceCard {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
flex: 1;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
@ -442,6 +441,7 @@ export class HuiTileCard extends LitElement implements LovelaceCard {
|
|||||||
}
|
}
|
||||||
hui-card-features {
|
hui-card-features {
|
||||||
--feature-color: var(--tile-color);
|
--feature-color: var(--tile-color);
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
ha-tile-icon[data-domain="alarm_control_panel"][data-state="pending"],
|
ha-tile-icon[data-domain="alarm_control_panel"][data-state="pending"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user