mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +00:00
Move save button to the right (#8314)
This commit is contained in:
parent
f7c7ac44f7
commit
17aff2f9b8
@ -94,7 +94,7 @@ class HassioAddonConfig extends LitElement {
|
|||||||
? ""
|
? ""
|
||||||
: html` <div class="errors">Invalid YAML</div> `}
|
: html` <div class="errors">Invalid YAML</div> `}
|
||||||
</div>
|
</div>
|
||||||
<div class="card-actions">
|
<div class="card-actions right">
|
||||||
<ha-progress-button
|
<ha-progress-button
|
||||||
@click=${this._saveTapped}
|
@click=${this._saveTapped}
|
||||||
.disabled=${!this._configHasChanged || !this._valid}
|
.disabled=${!this._configHasChanged || !this._valid}
|
||||||
@ -271,6 +271,9 @@ class HassioAddonConfig extends LitElement {
|
|||||||
margin-block: 0px;
|
margin-block: 0px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
.card-actions.right {
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user