Skip to content

Commit

Permalink
fixed structure and added css
Browse files Browse the repository at this point in the history
  • Loading branch information
tsu-ki committed Dec 4, 2024
1 parent 3d8abc7 commit 34a55a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/templates/includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
placeholder="Search"
class="text-xl lg:text-base lg:ps-9 lg:scale-[1.4] w-[70px] lg:w-auto h-16 placeholder-[#9CA3AF] bg-[#EDEDED] outline-none p-5 font-semibold rounded-l-2xl">
<div class="relative">
<!-- Organizations Button -->
<!-- Dropdown Button -->
<button id="organizations-btn"
type="button"
class="flex items-center text-xl lg:text-base h-16 bg-[#ededed] p-5 font-semibold text-[#9CA3AF] outline-none rounded-r-2xl">
Expand Down Expand Up @@ -342,8 +342,8 @@ <h3 class="text-xl font-extrabold">Chat with BLT Bot</h3>
</svg>
</div>
</div>
<!--Script for Dropdown button-->
<script>

document.addEventListener("DOMContentLoaded", function () {

const organizationsBtn = document.getElementById("organizations-btn");
Expand Down

0 comments on commit 34a55a8

Please sign in to comment.