Fix progressbar margins (#13435)

This commit is contained in:
Joakim Sørensen 2022-08-22 10:46:07 +02:00 committed by GitHub
parent d4262ecb09
commit 7d3d800d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
} }
`; `;
} }