Images
This commit is contained in:
@@ -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
BIN
htdocs/images/startup.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
@@ -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">
|
||||
|
Reference in New Issue
Block a user