mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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;
|
||||
right: -6px;
|
||||
top: -6px;
|
||||
inset-inline-end: -6px;
|
||||
inset-inline-start: initial;
|
||||
}
|
||||
.more ha-icon-button {
|
||||
cursor: pointer;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user