1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00

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

View File

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