Fix backups fab spacer (#23490)

This commit is contained in:
karwosts 2024-12-28 09:00:28 -08:00 committed by Paulus Schoutsen
parent 5c7fe04562
commit d3b4014182
2 changed files with 2 additions and 2 deletions

View File

@ -301,7 +301,7 @@ class HaConfigBackupBackups extends SubscribeMixin(LitElement) {
return html` return html`
<hass-tabs-subpage-data-table <hass-tabs-subpage-data-table
hasFab has-fab
.tabs=${[ .tabs=${[
{ {
translationKey: "ui.panel.config.backup.caption", translationKey: "ui.panel.config.backup.caption",

View File

@ -177,7 +177,7 @@ export class HaConfigLovelaceRescources extends LitElement {
.filter=${this._filter} .filter=${this._filter}
@search-changed=${this._handleSearchChange} @search-changed=${this._handleSearchChange}
@row-click=${this._editResource} @row-click=${this._editResource}
hasFab has-fab
clickable clickable
> >
<ha-fab <ha-fab