fix(ui/ux): keep the import search dialog inside the viewport

This commit is contained in:
Steppenstreuner
2026-08-29 04:55:08 +02:00
parent 60dd9e2f47
commit 714a435e2d
3 changed files with 53 additions and 24 deletions
+19 -14
View File
@@ -202,21 +202,26 @@
<label class="muted"
>Ziel-Library <select id="quick-library"></select
></label>
<div id="quick-open-requests"></div>
<div id="quick-results" class="cards"></div>
<details id="quick-manual">
<summary>Nicht bei Audible? Manuell anlegen</summary>
<div class="bar wrap">
<label>Titel <input id="quick-m-title" /></label>
<label>Serie <input id="quick-m-series" placeholder="optional" /></label>
<label>Folge/Band <input id="quick-m-volume" type="number" min="0" /></label>
<div id="quick-scroll">
<div id="quick-open-requests"></div>
<div id="quick-results" class="cards view-list"></div>
</div>
<div id="quick-foot">
<details id="quick-manual">
<summary>Nicht bei Audible? Manuell anlegen</summary>
<div class="quick-manual-fields">
<label>Titel <input id="quick-m-title" /></label>
<label>Serie <input id="quick-m-series" placeholder="optional" /></label>
<label class="narrow"
>Folge/Band <input id="quick-m-volume" type="number" min="0" /></label>
</div>
<button type="button" id="quick-m-submit">Anlegen &amp; verbinden</button>
</details>
<div class="row">
<button type="button" id="quick-close" class="secondary">
Schließen
</button>
</div>
<button type="button" id="quick-m-submit">Anlegen &amp; verbinden</button>
</details>
<div class="row">
<button type="button" id="quick-close" class="secondary">
Schließen
</button>
</div>
</dialog>
</section>