Skip to content

Commit

Permalink
Layout fix #178
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Jan 25, 2022
1 parent 34bb542 commit 3632c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
20 changes: 1 addition & 19 deletions app/application/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h5 class="mx-3 flex flex-row m-0 font-bold build-content text-center">You are r
</div>

<!-- content -->
<div class="bg-gray-700 w-3/5 mx-auto mt-20 mb-60 rounded-2xl relative text-center content p-1">
<div class="bg-gray-700 lg:w-3/5 md:w-9/12 mx-auto mt-20 mb-60 rounded-2xl relative text-center content p-1">
<h1 class="h1 mb-5">Authme</h1>
<div class="mx-auto rounded-2xl bg-gray-800 w-2/3 pb-5 hidden" id="choose">
<h3 data-loc class="pt-3">Choose your import file</h3>
Expand Down Expand Up @@ -216,23 +216,5 @@ <h4 data-loc>Save your 2FA codes to your computer for future use.</h4>
</div>
<!-- codes -->
</div>
<div class="sticky bottom-5 z-10 w-max mx-auto">
<div class="flex items-center justify-center p-2 bg-popup-magenta rounded-2xl shadow text-white">
<svg class="relative p-1" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<g fill-rule="evenodd">
<path fill="#fff" d="M512 512H0V0h512z" />
<path fill="#388d00" d="M512 512H0V341.3h512z" />
<path fill="#d43516" d="M512 170.8H0V.1h512z" />
</g>
</svg>
<h5 class="m-0 text-center mx-5">A magyar nyelv már elérhető!</h5>

<a onclick="this.parentElement.style.display='none'" id="updateClose" class="top-0.5 relative p-1 transition-colors duration-200 transform rounded-md hover:text-gray-800 cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
</svg>
</a>
</div>
</div>
</body>
</html>
Loading

0 comments on commit 3632c0a

Please sign in to comment.