1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 20:33:06 +05:30

(feat): added search result loading spinner

This commit is contained in:
2023-12-04 21:36:22 +05:30
parent c8ae463ef6
commit 6bd36c6647
3 changed files with 21 additions and 1 deletions

View File

@@ -86,6 +86,9 @@
<div id="searchresults" class="searchresults w-full flex-col justify-start px-2 mt-1 hidden">
<!-- Search Results will be displayed here by JS -->
</div>
<div id="spinnercont" class="spinnercont w-full h-full absolute top-0 left-0 justify-center items-center bg-bg_secondary hidden">
<div class="spinner border-[3px] border-accent_secondary_transparent border-t-[3px] border-t-accent_primary rounded-[50%] h-[30px] w-[30px] animate-spin"></div>
</div>
</div>
<div id="sharewindow" class="sharewindow w-[90vw] md:w-[50vw] mx-auto py-6 fixed inset-x-0 bottom-[20vh] z-40 justify-between flex-col md:flex-row bg-bg_secondary rounded-xl hidden">
<div class="shareviaqr w-full md:w-[40%] h-full flex flex-col py-3 px-7">