Fix status text centering for cast launch screen (#19748)

This commit is contained in:
Jeremy Noesen 2024-02-14 02:57:39 -06:00 committed by GitHub
parent fd06f28253
commit 4e22fea6e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,11 +43,6 @@ class HcLaunchScreen extends LitElement {
max-width: 80%; max-width: 80%;
object-fit: cover; object-fit: cover;
} }
.status {
padding-right: 54px;
padding-inline-end: 54px;
padding-inline-start: initial;
}
`; `;
} }
} }