Skip to content

Commit

Permalink
improved experience
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulhakkeempa committed Jan 5, 2024
1 parent 480f174 commit c0b7a63
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ <h1 class="pb-4 text-slate-400 text-xl text-center font-semibold">Rapidly trans
<div class="modal-dialog">
<div class="modal-content p-2">
<div class="modal-header pb-2">
<h1 class="modal-title fs-5 text-white" id="staticBackdropLabel">Add your custom template</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
<h1 class="modal-title fs-5 text-white" id="staticBackdropLabel">Add your custom template</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body pt-1">
<div class="col-12">
Expand Down Expand Up @@ -130,11 +130,12 @@ <h6 class="text-white" >Available Variables</h6>
<button class="btn" onclick="event.preventDefault(); insertVariable('${data}')">data</button>
</div>
<div class="mb-3">
<label for="latex_custom" class="form-label text-white">Latex Code</label>
<label for="latex_custom" class="form-label text-white">Your Code</label>
<textarea name="latex_custom" id="latex_custom" cols="30" class="form-control text-white" rows="10"></textarea>
</div>
<div class="d-flex justify-content-center">
<div class="d-flex justify-content-center gap-2">
<input type="submit" class="btn btn-success" value="Save">
<input type="button" class="bg-gray-500 hover:bg-gray-600 text-white py-2 px-4 shadow-lg transition duration-300 rounded-md" data-bs-dismiss="modal" value="Close">
</div>
</form>
</div>
Expand Down

0 comments on commit c0b7a63

Please sign in to comment.