Merge pull request #60 from senju1337/fix/OPS-96

fix: prompt response box was in the wrong position
This commit is contained in:
Christoph J. Scherr 2025-03-27 17:28:52 +01:00 committed by GitHub
commit dc133551ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,12 +20,9 @@
🚀 Submit
</button>
</div>
</div>
</div>
<div
id="response-box"
class="mt-8 bg-white text-gray-900 p-6 rounded-lg shadow-lg max-w-lg w-full text-center opacity-0 transition-opacity duration-500 ease-in-out"
class="mt-8 bg-white text-gray-900 p-6 rounded-lg shadow-lg max-w-lg w-full text-center transition-opacity duration-500 ease-in-out"
>
<h2 class="text-2xl font-semibold text-violet-700">Response:</h2>
<p id="ai-response" class="text-lg text-gray-700 mt-2 italic">
@ -33,6 +30,9 @@
</p>
</div>
</div>
</div>
</div>
<script>
document.getElementById("submit-btn").addEventListener("click", function () {