Sections RTL fixes (#20007)

This commit is contained in:
Yosi Levy 2024-03-07 12:18:56 +02:00 committed by GitHub
parent a5bcf87c08
commit 00669ac0c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -283,6 +283,8 @@ export class HuiCardEditMode extends LitElement {
position: absolute;
right: -6px;
top: -6px;
inset-inline-end: -6px;
inset-inline-start: initial;
}
.more ha-icon-button {
cursor: pointer;

View File

@ -290,6 +290,8 @@ export class SectionsView extends LitElement implements LovelaceViewElement {
position: absolute;
top: 0;
right: 0;
inset-inline-end: 0;
inset-inline-start: initial;
opacity: 1;
display: flex;
align-items: center;