1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Add space for FAB on addon page (#17076)

This commit is contained in:
Bram Kragten
2023-06-28 16:48:06 +02:00
committed by GitHub
parent 81bd4a247b
commit e2daa89941

View File

@@ -137,6 +137,9 @@ class HassioAddons extends LitElement {
--mdc-text-field-fill-color: var(--sidebar-background-color);
--mdc-text-field-idle-line-color: var(--divider-color);
}
.content {
margin-bottom: 72px;
}
`,
];
}