mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 12:56:37 +00:00
Fix some bugs
This commit is contained in:
parent
aedafa7d5e
commit
30a58b2c26
@ -43,7 +43,7 @@ Polymer({
|
|||||||
hass: this.hass,
|
hass: this.hass,
|
||||||
narrow: this.narrow,
|
narrow: this.narrow,
|
||||||
showMenu: this.showMenu,
|
showMenu: this.showMenu,
|
||||||
panel: panel,
|
panel: panel.toJS(),
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -38,6 +38,10 @@
|
|||||||
paper-dropdown-menu.source-input {
|
paper-dropdown-menu.source-input {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[hidden] {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class$='[[computeClassNames(stateObj)]]'>
|
<div class$='[[computeClassNames(stateObj)]]'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user