Move restore default servers hyperlink to about menu

This commit is contained in:
CakeLancelot 2021-09-20 14:36:45 -05:00
parent 2fcbb9ba06
commit e02f94604d
2 changed files with 1 additions and 7 deletions

View File

@ -60,12 +60,6 @@ body {
right: 8px;
}
#of-restoreservers {
position: fixed;
bottom: 4px;
left: 8px;
}
.btn-primary {
background-image: url('../../assets/img/btn-primary-bg.png');
background-repeat: repeat;

View File

@ -58,6 +58,7 @@
<div class="modal-body">
<p class="text-monospace">Version 1.4</p>
<p>©2020-2021 OpenFusion Contributors<br>OpenFusion is licensed under MIT.<br></p>
<a href="#of-restoreserversmodal" onclick="$('#of-aboutmodal').modal('toggle')" data-toggle="modal" data-target="#of-restoreserversmodal">Reset to Default Servers</a>
</div>
<div class="modal-footer">
<div class="row flex-fill">
@ -121,7 +122,6 @@
</div>
</div>
<div id="of-versionnumber"><a class="text-monospace text-secondary" href="#of-aboutmodal" data-toggle="modal" data-target="#of-aboutmodal">v1.4</a></div>
<div id="of-restoreservers"><a class="text-monospace text-secondary" href="#of-restoreserversmodal" data-toggle="modal" data-target="#of-restoreserversmodal">Reset to Default Servers</a></div>
</section>
<section>
<div id="client" style="width: 100%;height: 100%;margin: 0;padding: 0;background: #000;clear:both;"></div>