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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user