mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
Keep centered when no features
This commit is contained in:
parent
87c9151d27
commit
ca5781918f
@ -387,6 +387,9 @@ export class HuiTileCard extends LitElement implements LovelaceCard {
|
||||
box-sizing: border-box;
|
||||
pointer-events: none;
|
||||
}
|
||||
.content:last-child {
|
||||
flex: 1;
|
||||
}
|
||||
.vertical {
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user