fix ui responsive ness

This commit is contained in:
polarDefender 2024-05-28 19:57:20 +09:00
parent 6e4a01cc51
commit 90058deb1a
126 changed files with 63419 additions and 63416 deletions

View file

@ -67,7 +67,7 @@
<button <button
class="push-button hidden-button" class="push-button hidden-button"
onclick="location.href='seed.html'" onclick="location.href='seed.html'"
style="margin-top: 92px;" style="margin-top: 60px;"
id="next-button" id="next-button"
> >
Next Next

View file

@ -37,6 +37,8 @@ main {
max-width: 600px; max-width: 600px;
margin-inline: auto; margin-inline: auto;
padding: 1rem; padding: 1rem;
margin-bottom: auto;
zoom: 1.3;
} }
* { * {
@ -185,6 +187,7 @@ a {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
padding: 0;
} }
.setup-header > h2 { .setup-header > h2 {

View file

@ -66,7 +66,7 @@
<button <button
class="push-button" class="push-button"
onclick="location.href='liquidity.html'" onclick="location.href='liquidity.html'"
style="margin-top: 92px" style="margin-top: 60px"
> >
Next Next
</button> </button>

View file

@ -59,7 +59,7 @@
</div> </div>
</label> </label>
</div> </div>
<div class="checkbox" style="margin-top: 60px"> <div class="checkbox" style="margin-top: 30px">
<input type="checkbox" id="manual" data-group="service" /> <input type="checkbox" id="manual" data-group="service" />
<div class="checkbox-shape"></div> <div class="checkbox-shape"></div>
<label for="manual">Manage my channels manually</label> <label for="manual">Manage my channels manually</label>
@ -67,7 +67,7 @@
<button <button
class="push-button" class="push-button"
onclick="location.href='backup.html'" onclick="location.href='backup.html'"
style="margin-top: 92px" style="margin-top: 60px"
> >
Next Next
</button> </button>

View file

@ -156,7 +156,7 @@
id="next-button" id="next-button"
class="push-button hidden-button" class="push-button hidden-button"
onclick="location.href='connect.html'" onclick="location.href='connect.html'"
style="margin-top: 92px" style="margin-top: 60px"
> >
Next Next
</button> </button>