Fix header on take control dialog (#20123)

This commit is contained in:
Paul Bottein
2024-03-25 15:53:52 +01:00
committed by GitHub
parent 6ee2bfed36
commit 10cc3bdd3f
3 changed files with 38 additions and 14 deletions

View File

@@ -139,12 +139,12 @@ export class HaDialog extends DialogBase {
}
.header_button {
position: absolute;
right: -8px;
top: -8px;
right: -12px;
top: -12px;
text-decoration: none;
color: inherit;
inset-inline-start: initial;
inset-inline-end: -8px;
inset-inline-end: -12px;
direction: var(--direction);
}
.dialog-actions {