mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
Merge pull request #60 from senju1337/fix/OPS-96
fix: prompt response box was in the wrong position
This commit is contained in:
commit
dc133551ec
1 changed files with 4 additions and 4 deletions
|
|
@ -20,12 +20,9 @@
|
||||||
🚀 Submit
|
🚀 Submit
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
id="response-box"
|
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>
|
<h2 class="text-2xl font-semibold text-violet-700">Response:</h2>
|
||||||
<p id="ai-response" class="text-lg text-gray-700 mt-2 italic">
|
<p id="ai-response" class="text-lg text-gray-700 mt-2 italic">
|
||||||
|
|
@ -33,6 +30,9 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
document.getElementById("submit-btn").addEventListener("click", function () {
|
document.getElementById("submit-btn").addEventListener("click", function () {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue