Remove box shadow for ha card in automation bottom sheet on mobile (#26817)

This commit is contained in:
Paul Bottein 2025-09-01 17:19:09 +02:00 committed by Bram Kragten
parent ec80f6a6f1
commit ee5aabdddf

View File

@ -125,6 +125,7 @@ export default class HaAutomationSidebarCard extends LitElement {
@media all and (max-width: 870px) {
ha-card.mobile {
border: none;
box-shadow: none;
}
ha-card.mobile {
border-bottom-right-radius: var(--ha-border-radius-square);