Remove border radius in panel view (#20122)

This commit is contained in:
Paul Bottein 2024-03-19 10:21:30 +01:00 committed by GitHub
parent c9deef84ca
commit a9793dc0a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ export class PanelView extends LitElement implements LovelaceViewElement {
:host {
display: block;
height: 100%;
--ha-card-border-radius: 0;
}
ha-fab {