mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Various card RTL fixes (#13006)
This commit is contained in:
parent
d9a5ae0cf1
commit
28a1c97571
@ -91,6 +91,7 @@ export class HaDialog extends DialogBase {
|
||||
.header_title {
|
||||
margin-right: 40px;
|
||||
margin-inline-end: 40px;
|
||||
margin-inline-start: initial;
|
||||
direction: var(--direction);
|
||||
}
|
||||
.header_button {
|
||||
|
@ -497,9 +497,12 @@ export class HuiThermostatCard extends LitElement implements LovelaceCard {
|
||||
cursor: pointer;
|
||||
top: 0;
|
||||
right: 0;
|
||||
inset-inline-end: 0px;
|
||||
inset-inline-start: initial;
|
||||
border-radius: 100%;
|
||||
color: var(--secondary-text-color);
|
||||
z-index: 1;
|
||||
direction: var(--direction);
|
||||
}
|
||||
|
||||
.content {
|
||||
@ -550,6 +553,7 @@ export class HuiThermostatCard extends LitElement implements LovelaceCard {
|
||||
height: 50%;
|
||||
top: 45%;
|
||||
left: 50%;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
#set-values {
|
||||
|
@ -125,6 +125,9 @@ class HuiInputDatetimeEntityRow extends LitElement implements LovelaceRow {
|
||||
return css`
|
||||
ha-date-input + ha-time-input {
|
||||
margin-left: 4px;
|
||||
margin-inline-start: 4px;
|
||||
margin-inline-end: initial;
|
||||
direction: var(--direction);
|
||||
}
|
||||
`;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user