Skip to content

Commit

Permalink
Fix details and summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Dec 5, 2021
1 parent d28f48f commit e884673
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/confirm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ <h4 id="text">Please enter your password to continue!</h4>
</button>
</div>
<div class="mx-auto pb-3">
<details class="mb-5 transform ease-in duration-200" onclick="showMoreOptions()">
<summary class="font-bold mb-3 cursor-pointer">More options</summary>
<details class="details mb-5 transform ease-in duration-200" onclick="showMoreOptions()">
<summary class="summary font-bold mb-3 cursor-pointer">More options</summary>
</details>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/edit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ <h3>Now you can modify existing codes or add more codes.</h3>
</button>
</div>
<div class="mx-auto pb-5">
<details class="mb-5 transform ease-in duration-200">
<summary class="font-bold mb-3 cursor-pointer">More options</summary>
<details class="details mb-5 transform ease-in duration-200">
<summary class="summary font-bold mb-3 cursor-pointer">More options</summary>
<div class="flex flex-row justify-center gap-3 flex-wrap">
<button class="buttoni" onclick="revertChanges()">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
Expand Down
4 changes: 2 additions & 2 deletions app/export/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ <h5 class="m-3">Ideal for scanning QR codes or for security backup.</h5>

<!-- advanced -->
<div class="mx-auto p-3">
<details class="mb-5 transform ease-in duration-200">
<summary class="font-bold mb-3 cursor-pointer">More options</summary>
<details class="details mb-5 transform ease-in duration-200">
<summary class="summary font-bold mb-3 cursor-pointer">More options</summary>
<div>
<button class="buttoni" id="but1" onclick="saveFile()">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
Expand Down
4 changes: 2 additions & 2 deletions app/import/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ <h3>You can create your import file here. For more information please read the d
<div class="mx-auto rounded-2xl bg-gray-800 w-2/3 mb-20" id="choose">
<h2 class="pt-5">Import</h2>
<h3>QR code</h3>
<details class="details1" id="dt">
<summary class="summary1">Instructions</summary>
<details class="details mb-8">
<summary class="summary">Instructions</summary>
<h4>
Just screenshot the QR code(s) you want to import, save them on your computer, and choose the image(s) you saved.
<br />
Expand Down
4 changes: 2 additions & 2 deletions app/landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ <h4 id="text">
</button>

<div class="mx-auto pb-3">
<details class="mb-5 transform ease-in duration-200" onclick="showMoreOptions()">
<summary class="font-bold mb-3 cursor-pointer">More options</summary>
<details class="details mb-5 transform ease-in duration-200" onclick="showMoreOptions()">
<summary class="summary font-bold mb-3 cursor-pointer">More options</summary>
</details>
</div>
</div>
Expand Down

0 comments on commit e884673

Please sign in to comment.