mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-27 04:52:56 +00:00
Fix pixel gap on mobile for automation card (#27153)
This commit is contained in:
@@ -216,6 +216,7 @@ export default class HaAutomationSidebarCard extends LitElement {
|
||||
|
||||
@media all and (max-width: 870px) {
|
||||
.fade {
|
||||
bottom: 0;
|
||||
border-radius: var(--ha-border-radius-square);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user