mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
parent
3afc218adc
commit
0892ed18e5
@ -1263,6 +1263,7 @@ class HassioAddonInfo extends LitElement {
|
|||||||
.card-actions {
|
.card-actions {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
direction: var(--direction);
|
||||||
}
|
}
|
||||||
.changelog {
|
.changelog {
|
||||||
display: contents;
|
display: contents;
|
||||||
|
@ -154,12 +154,16 @@ class HassioHardwareDialog extends LitElement {
|
|||||||
ha-icon-button {
|
ha-icon-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
|
inset-inline-end: 16px;
|
||||||
|
inset-inline-start: initial;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
margin: 18px 42px 0 18px;
|
margin: 18px 42px 0 18px;
|
||||||
|
margin-inline-start: 18px;
|
||||||
|
margin-inline-end: 42px;
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -44,6 +44,8 @@ class HaDataTableIcon extends LitElement {
|
|||||||
div {
|
div {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 28px;
|
right: 28px;
|
||||||
|
inset-inline-end: 28px;
|
||||||
|
inset-inline-start: initial;
|
||||||
z-index: 1002;
|
z-index: 1002;
|
||||||
outline: none;
|
outline: none;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
@ -273,9 +273,13 @@ export class HaControlNumberButton extends LitElement {
|
|||||||
}
|
}
|
||||||
.button.minus {
|
.button.minus {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
inset-inline-start: 0;
|
||||||
|
inset-inline-end: initial;
|
||||||
}
|
}
|
||||||
.button.plus {
|
.button.plus {
|
||||||
right: 0;
|
right: 0;
|
||||||
|
inset-inline-start: initial;
|
||||||
|
inset-inline-end: 0;
|
||||||
}
|
}
|
||||||
.unit {
|
.unit {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
|
@ -136,6 +136,8 @@ class HaMenuButton extends LitElement {
|
|||||||
height: 12px;
|
height: 12px;
|
||||||
top: 9px;
|
top: 9px;
|
||||||
right: 7px;
|
right: 7px;
|
||||||
|
inset-inline-end: 7px;
|
||||||
|
inset-inline-start: initial;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 2px solid var(--app-header-background-color);
|
border: 2px solid var(--app-header-background-color);
|
||||||
}
|
}
|
||||||
|
@ -1010,8 +1010,8 @@ class HaSidebar extends SubscribeMixin(LitElement) {
|
|||||||
}
|
}
|
||||||
.profile paper-icon-item {
|
.profile paper-icon-item {
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
margin-inline-start: 4px;
|
padding-inline-start: 4px;
|
||||||
margin-inline-end: auto;
|
padding-inline-end: auto;
|
||||||
}
|
}
|
||||||
.profile .item-text {
|
.profile .item-text {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
@ -1040,6 +1040,8 @@ class HaSidebar extends SubscribeMixin(LitElement) {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 14px;
|
bottom: 14px;
|
||||||
left: 26px;
|
left: 26px;
|
||||||
|
inset-inline-start: 26px;
|
||||||
|
inset-inline-end: initial;
|
||||||
font-size: 0.65em;
|
font-size: 0.65em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -171,6 +171,8 @@ class DialogHardwareAvailable extends LitElement implements HassDialog {
|
|||||||
ha-icon-button {
|
ha-icon-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
|
inset-inline-end: 16px;
|
||||||
|
inset-inline-start: initial;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
inset-inline-end: 16px;
|
inset-inline-end: 16px;
|
||||||
inset-inline-start: initial;
|
inset-inline-start: initial;
|
||||||
@ -179,6 +181,8 @@ class DialogHardwareAvailable extends LitElement implements HassDialog {
|
|||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
margin: 18px 42px 0 18px;
|
margin: 18px 42px 0 18px;
|
||||||
|
margin-inline-start: 18px;
|
||||||
|
margin-inline-end: 42px;
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
}
|
}
|
||||||
ha-expansion-panel {
|
ha-expansion-panel {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user