Prevent init screen from shifting
This commit is contained in:
parent
335eb10d11
commit
a8b932223f
1 changed files with 4 additions and 3 deletions
|
@ -33,15 +33,16 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
#init p {
|
#init div {
|
||||||
margin-bottom: 101px;
|
line-height: 34px;
|
||||||
|
margin-bottom: 89px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body fullbleed>
|
<body fullbleed>
|
||||||
<div id='init'>
|
<div id='init'>
|
||||||
<img src='/static/splash.png' height='230' />
|
<img src='/static/splash.png' height='230' />
|
||||||
<p>Initializing</p>
|
<div>Initializing</div>
|
||||||
</div>
|
</div>
|
||||||
<script src='/static/webcomponents-lite.min.js'></script>
|
<script src='/static/webcomponents-lite.min.js'></script>
|
||||||
<link rel='import' href='/static/{{ app_url }}' />
|
<link rel='import' href='/static/{{ app_url }}' />
|
||||||
|
|
Loading…
Add table
Reference in a new issue