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 GitHub
parent 902a5dd678
commit 3ea5f508bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);