Add the small 5px padding in main.html for the account button

This commit is contained in:
Tracker-Friendly 2024-06-21 19:32:53 +01:00
parent d2d33e6a13
commit ee30b1d443
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
<p id="passthrough" style="display: none;">{{ .name }}</p> <p id="passthrough" style="display: none;">{{ .name }}</p>
<p class="credit">Image by perga (@pergagreen on discord)</p> <p class="credit">Image by perga (@pergagreen on discord)</p>
<img src="/static/img/background.jpg" class="background" alt=""> <img src="/static/img/background.jpg" class="background" alt="">
<div style="position: fixed;top: 0;"><button onclick="document.getElementById('iframe').classList.toggle('hidden');" class="acctbutton">Account</button><iframe id="iframe" src="/account" class="iframe hidden"></iframe></div> <div style="position: fixed;top: 5px;"><button onclick="document.getElementById('iframe').classList.toggle('hidden');" class="acctbutton">Account</button><iframe id="iframe" src="/account" class="iframe hidden"></iframe></div>
<div class="inoutdiv"> <div class="inoutdiv">
<h2 class="w300">Authorise Application</h2> <h2 class="w300">Authorise Application</h2>
<p id="statusBox">Loading...</p> <p id="statusBox">Loading...</p>