Make server address buttons bigger

This commit is contained in:
Ajay 2022-01-24 23:20:08 -05:00
parent 666aaab7f2
commit 8455ac8b39
2 changed files with 9 additions and 5 deletions

View file

@ -234,6 +234,10 @@ input[type='number'] {
display: inline-block;
}
.next-line {
padding: 15px 0 0 0;
}
.bold {
font-weight: bold;
}

View file

@ -457,18 +457,18 @@
<input class="option-text-box" type="text" style="margin-right:10px">
</label>
<div class="small-description">__MSG_customServerAddressDescription__</div>
<div class="inline">
<div class="option-button text-change-set inline low-profile">
<div class="next-line">
<div class="option-button text-change-set inline">
__MSG_save__
</div>
<div class="option-button text-change-reset inline low-profile">
<div class="option-button text-change-reset inline">
__MSG_reset__
</div>
</div>
<div class="small-description">__MSG_customServerAddressDescription__</div>
</div>
</div>