Fixed some styles.

pull/61/head
Revertron 4 years ago
parent f671de3746
commit a8f7838b87

@ -137,7 +137,7 @@
<button class="button is-info" id="new_zone_button" onclick="createZone();">Mine zone</button>
</div>
</div>
<label class="checkbox mb-1">
<label class="checkbox mb-1" style="align-self: flex-start;">
<input type="checkbox" id="yggdrasil_only">
Restrict this zone to <a onclick="open_link('https://yggdrasil-network.github.io');">Yggdrasil</a> only.
</label>
@ -146,7 +146,7 @@
<!-- Events and notifications -->
<div class="tab row page is-hidden list" id="tab_events">
<!-- TODO -->
<!-- Events are getting here -->
</div>
<!-- Help -->

@ -30,6 +30,7 @@ body {
margin-left: 10pt;
margin-right: 10pt;
overflow-y: auto;
padding: 0.2rem;
}
.main .row.status {

Loading…
Cancel
Save