mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix cast launch screen (#19738)
This commit is contained in:
parent
336376d2a5
commit
8624853ec4
@ -28,7 +28,6 @@ class HcLaunchScreen extends LitElement {
|
|||||||
:host {
|
:host {
|
||||||
display: block;
|
display: block;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
padding-top: 64px;
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
@ -36,12 +35,13 @@ class HcLaunchScreen extends LitElement {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
align-items: center;
|
||||||
|
height: 100%;
|
||||||
|
justify-content: space-evenly;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
width: 717px;
|
max-width: 80%;
|
||||||
height: 376px;
|
object-fit: cover;
|
||||||
display: block;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
}
|
||||||
.status {
|
.status {
|
||||||
padding-right: 54px;
|
padding-right: 54px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user