Improve spacing on lnd page

This commit is contained in:
Taylor Helsper 2020-04-26 19:22:12 -05:00
parent 74efb32f38
commit 4dc6f806e7

View File

@ -104,12 +104,12 @@
<div class="app_tile_row"> <div class="app_tile_row">
<div class="info_tile"> <div class="info_tile">
<div class="info_tile_header">Manage Wallet</div> <div class="info_tile_header">Manage Wallet</div>
<div class="info_tile_contents" style="width: 250px;"> <div class="info_tile_contents" style="width: 280px;">
{% if wallet_exists %} {% if wallet_exists %}
Wallet Created Wallet Created
{% else %} {% else %}
<a class="ui-button ui-widget ui-corner-all" style="width: 180px; margin-bottom: 15px;" href="/lnd/create_wallet">Create Wallet</a> <a class="ui-button ui-widget ui-corner-all" style="width: 210px; margin-bottom: 15px;" href="/lnd/create_wallet">Create Wallet</a>
<a class="ui-button ui-widget ui-corner-all" style="width: 180px; margin-bottom: 15px;" href="/lnd/create_wallet_with_seed">Restore Wallet from Seed</a> <a class="ui-button ui-widget ui-corner-all" style="width: 210px; margin-bottom: 15px;" href="/lnd/create_wallet_with_seed">Restore Wallet from Seed</a>
{% endif %} {% endif %}
</div> </div>
</div> </div>