Formatting

This commit is contained in:
DutchEllie 2022-07-13 14:01:35 +02:00
parent 5356890963
commit ee244ac57d
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
1 changed files with 10 additions and 5 deletions

View File

@ -28,10 +28,9 @@
// Footer stuff // Footer stuff
/** /**
* @type {number} * @type {number}
*/ */
let footerHeight; let footerHeight;
</script> </script>
<div class="-z-20 absolute"> <div class="-z-20 absolute">
@ -53,9 +52,15 @@
</div> </div>
<!-- Footer --> <!-- Footer -->
<!-- To make this stick to the bottom, actually make it absolute, instead of fixed --> <!-- To make this stick to the bottom, actually make it absolute, instead of fixed -->
<div bind:clientHeight={footerHeight} class="bg-slate-100 dark:bg-purple-900 dark:text-pink-50 w-full h-min md:h-10 lg:pl-20 fixed bottom-0"> <div
bind:clientHeight={footerHeight}
class="bg-slate-100 dark:bg-purple-900 dark:text-pink-50 w-full h-min md:h-10 lg:pl-20 fixed bottom-0"
>
<div class="h-full"> <div class="h-full">
<button on:click={onMusicToggle} class="bg-white dark:bg-[#B68BD6] dark:text-[#040033] border-black border rounded h-min w-20 mt-1"> <button
on:click={onMusicToggle}
class="bg-white dark:bg-[#B68BD6] dark:text-[#040033] border-black border rounded h-min w-20 mt-1"
>
{#if musicPaused} {#if musicPaused}
<span class="font-mono"></span> <span class="font-mono"></span>
Play Play