Better suggestion accept on mobile and word wrap offset fix

This commit is contained in:
N0\A
2026-01-09 00:24:38 +01:00
parent 5bd7ccf76a
commit 87c56ba2f8
3 changed files with 70 additions and 70 deletions

View File

@@ -146,25 +146,6 @@
autofocus
placeholder="Start typing here..."
></textarea>
<button
id="accept-suggestion-btn"
class="btn-floating"
title="Accept Suggestion"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<polyline points="20 6 9 17 4 12"></polyline>
</svg>
</button>
</div>
</div>
</main>