[add] update assets & slight rearrangements
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-04 12:51:00 -04:00
parent e6ad51ed70
commit bc3e9cbaf0
15 changed files with 109 additions and 1751 deletions

View File

@@ -67,7 +67,6 @@
type="submit"
>Remove Cover</button>
</form>
</div>
<div class="relative">
<label for="delete-button">
@@ -323,7 +322,6 @@
</svg>
</label>
<input type="checkbox" id="progress-info-button" class="hidden css-button"/>
<div class="absolute z-30 top-7 right-0 p-3 transition-all duration-200 bg-gray-200 rounded shadow-lg shadow-gray-500 dark:shadow-gray-900 dark:bg-gray-600">
<div class="text-xs flex">
<p class="text-gray-400 w-32">Seconds / Percent</p>
@@ -355,20 +353,6 @@
{{ .Data.Percentage }}%
</p>
</div>
<!--
<div>
<p class="text-gray-500">ISBN 10</p>
<p class="font-medium text-lg">
{{ or .Data.Isbn10 "N/A" }}
</p>
</div>
<div>
<p class="text-gray-500">ISBN 13</p>
<p class="font-medium text-lg">
{{ or .Data.Isbn13 "N/A" }}
</p>
</div>
-->
</div>
<div class="relative">