mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +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 {
|
||||
display: flex;
|
||||
margin: 8px 0;
|
||||
margin: 33px 0;
|
||||
}
|
||||
.state div {
|
||||
width: 180px;
|
||||
@ -565,10 +565,11 @@ class HassioAddonInfo extends LitElement {
|
||||
}
|
||||
.state iron-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
color: var(--secondary-text-color);
|
||||
}
|
||||
ha-switch {
|
||||
display: inline;
|
||||
display: flex;
|
||||
}
|
||||
iron-icon.running {
|
||||
color: var(--paper-green-400);
|
||||
|
Loading…
x
Reference in New Issue
Block a user