2
0
mirror of https://github.com/Revertron/Alfis synced 2024-11-15 06:12:52 +00:00

Fixed some styles.

This commit is contained in:
Revertron 2021-04-10 21:11:59 +02:00
parent f671de3746
commit a8f7838b87
2 changed files with 3 additions and 2 deletions

View File

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

View File

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