uploads

Log | Files | Refs

commit 07b265058a2448e4c07120632db9b05af095b42b
parent 9384d7fec965354816d8db4c7654ad6d3363a29a
Author: Amit Dutta <mail@amit.is-a.dev>
Date:   Mon, 20 Jul 2026 20:49:08 +0530

Update skeleton loading container and footer position
Diffstat:
Mindex.html | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/index.html b/index.html @@ -130,7 +130,7 @@ </div> <!-- Skeleton Loading Container --> - <div id="skeleton-container" class="hide bg-m3-surfaceContainer dark:bg-m3-surfaceContainerDark p-4 rounded-[16px] mb-6"> + <div id="skeleton-container" class="hide animate-pulse bg-m3-surfaceContainer dark:bg-m3-surfaceContainerDark p-4 rounded-[16px] mb-6"> <div class="flex items-center gap-2 mb-3"> <div class="w-5 h-5 rounded-full bg-m3-surfaceContainerHighest dark:bg-m3-surfaceContainerHighestDark"></div> <div class="w-32 h-4 rounded bg-m3-surfaceContainerHighest dark:bg-m3-surfaceContainerHighestDark"></div> @@ -174,11 +174,11 @@ </div> </div> - <!-- Copyright Footer --> - <div class="text-center mt-2 text-xs font-medium text-m3-outline dark:text-m3-outlineDark"> - &copy; 2026 notamitgamer - </div> + </div> + <!-- Copyright Footer (Pinned to the bottom of the screen) --> + <div class="fixed bottom-4 left-0 w-full text-center text-xs font-medium text-m3-outline dark:text-m3-outlineDark z-10 pointer-events-none"> + &copy; 2026 notamitgamer </div> <script>
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror