1
0
This commit is contained in:
Scott E. Graves
2017-04-29 18:36:33 -05:00
parent 766d634a9d
commit 7c0144f308
4 changed files with 7 additions and 2 deletions

View File

@@ -45,8 +45,8 @@ div.footer {
div.fill {
display: flex;
flex-direction: column;
min-height: 76.6vh;
max-height: 76.6vh; /* body takes whole viewport's height */
min-height: 76vh;
max-height: 76vh; /* body takes whole viewport's height */
}
.fill-content {

BIN
htdocs/images/startup.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -154,6 +154,11 @@
<h1>Offline</h1>
<p>Waiting to establish connection to Sia...</p>
</div>
<div class="box" style="padding: 0; margin-bottom: 0;">
<div class="fill">
<img style="opacity: 0.35; max-width: 181px; max-height: 103px; border-radius: 10px; display: inline-block; margin: auto auto;" src="./images/startup.gif">
</div>
</div>
</div>
<div class="hidden-element" id="renter_settings_window">
<div class="box" id="renter_settings">

BIN
res/Startup.xcf Normal file

Binary file not shown.