mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Prevent init screen from shifting
This commit is contained in:
parent
335eb10d11
commit
a8b932223f
@ -33,15 +33,16 @@
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
#init p {
|
||||
margin-bottom: 101px;
|
||||
#init div {
|
||||
line-height: 34px;
|
||||
margin-bottom: 89px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body fullbleed>
|
||||
<div id='init'>
|
||||
<img src='/static/splash.png' height='230' />
|
||||
<p>Initializing</p>
|
||||
<div>Initializing</div>
|
||||
</div>
|
||||
<script src='/static/webcomponents-lite.min.js'></script>
|
||||
<link rel='import' href='/static/{{ app_url }}' />
|
||||
|
Loading…
x
Reference in New Issue
Block a user