Skip to content

Commit

Permalink
Fix status text centering for cast launch screen (#19748)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremynoesen authored Feb 14, 2024
1 parent fd06f28 commit 4e22fea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cast/src/receiver/layout/hc-launch-screen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
`;
}
}
Expand Down

0 comments on commit 4e22fea

Please sign in to comment.