mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-12 20:06:33 +00:00
Right-align climate row state display. (#1558)
This commit is contained in:
parent
f4e92dedff
commit
1a31855fc8
@ -7,6 +7,11 @@ import '../components/hui-generic-entity-row.js';
|
|||||||
class HuiClimateEntityRow extends PolymerElement {
|
class HuiClimateEntityRow extends PolymerElement {
|
||||||
static get template() {
|
static get template() {
|
||||||
return html`
|
return html`
|
||||||
|
<style>
|
||||||
|
ha-climate-state {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<hui-generic-entity-row
|
<hui-generic-entity-row
|
||||||
hass="[[hass]]"
|
hass="[[hass]]"
|
||||||
config="[[_config]]"
|
config="[[_config]]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user