1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00

Remove duplicate

This commit is contained in:
Aidan Timson
2026-02-13 15:34:08 +00:00
parent 4c29ece7b1
commit 893b179bcc

View File

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