mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Remove border radius in panel view (#20122)
This commit is contained in:
parent
c9deef84ca
commit
a9793dc0a5
@ -130,6 +130,7 @@ export class PanelView extends LitElement implements LovelaceViewElement {
|
|||||||
:host {
|
:host {
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
--ha-card-border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ha-fab {
|
ha-fab {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user