Prevent init screen from shifting

This commit is contained in:
Paulus Schoutsen 2015-08-30 13:48:23 -07:00
parent 335eb10d11
commit a8b932223f

View file

@ -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 }}' />