mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 14:56:37 +00:00
Fix progressbar margins (#13435)
This commit is contained in:
parent
d4262ecb09
commit
7d3d800d4c
@ -257,8 +257,8 @@ class MoreInfoUpdate extends LitElement {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
mwc-linear-progress {
|
mwc-linear-progress {
|
||||||
margin-bottom: -10px;
|
margin-bottom: -8px;
|
||||||
margin-top: -10px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user