Fixed some styles.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user