mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Sections RTL fixes (#20007)
This commit is contained in:
parent
effefdbff1
commit
db48c5a6a3
@ -283,6 +283,8 @@ export class HuiCardEditMode extends LitElement {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: -6px;
|
right: -6px;
|
||||||
top: -6px;
|
top: -6px;
|
||||||
|
inset-inline-end: -6px;
|
||||||
|
inset-inline-start: initial;
|
||||||
}
|
}
|
||||||
.more ha-icon-button {
|
.more ha-icon-button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -290,6 +290,8 @@ export class SectionsView extends LitElement implements LovelaceViewElement {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
inset-inline-end: 0;
|
||||||
|
inset-inline-start: initial;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user