mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-04 01:10:33 -06:00
Remove box shadow for ha card in automation bottom sheet on mobile (#26817)
This commit is contained in:
parent
ec80f6a6f1
commit
ee5aabdddf
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user