mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fixes status switch spacing (#4633)
* fix switch spacing * Fix alignment
This commit is contained in:
parent
d496b9742f
commit
1cb10694e7
@ -557,7 +557,7 @@ class HassioAddonInfo extends LitElement {
|
|||||||
}
|
}
|
||||||
.state {
|
.state {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 8px 0;
|
margin: 33px 0;
|
||||||
}
|
}
|
||||||
.state div {
|
.state div {
|
||||||
width: 180px;
|
width: 180px;
|
||||||
@ -565,10 +565,11 @@ class HassioAddonInfo extends LitElement {
|
|||||||
}
|
}
|
||||||
.state iron-icon {
|
.state iron-icon {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
}
|
}
|
||||||
ha-switch {
|
ha-switch {
|
||||||
display: inline;
|
display: flex;
|
||||||
}
|
}
|
||||||
iron-icon.running {
|
iron-icon.running {
|
||||||
color: var(--paper-green-400);
|
color: var(--paper-green-400);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user