From 893b179bcc615f8283ca03e2914f7fd8ccac4031 Mon Sep 17 00:00:00 2001 From: Aidan Timson Date: Fri, 13 Feb 2026 15:34:08 +0000 Subject: [PATCH] Remove duplicate --- src/resources/styles.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/resources/styles.ts b/src/resources/styles.ts index 3c67d806ff..4eb5c3ad1d 100644 --- a/src/resources/styles.ts +++ b/src/resources/styles.ts @@ -193,7 +193,6 @@ export const haStyleDialog = css` `; export const haStyleDialogFixedTop = css` - ha-dialog, ha-dialog { /* Pin dialog to top so it doesn't jump when content changes size */ --vertical-align-dialog: flex-start; @@ -225,7 +224,6 @@ export const haStyleDialogFixedTop = css` } @media all and (max-width: 450px), all and (max-height: 500px) { - ha-dialog, ha-dialog { /* When in fullscreen, dialog should be attached to top */ --dialog-surface-margin-top: 0px;