mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +00:00
Fix width when there is no data in energy cards (#9888)
* Fix width when there is no data in energy cards * right: 0;
This commit is contained in:
parent
2ab0e40952
commit
dd9a9b34d1
@ -321,10 +321,10 @@ export class HuiEnergyGasGraphCard
|
||||
}
|
||||
.no-data {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
@ -402,10 +402,10 @@ export class HuiEnergySolarGraphCard
|
||||
}
|
||||
.no-data {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
@ -557,10 +557,10 @@ export class HuiEnergyUsageGraphCard
|
||||
}
|
||||
.no-data {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user