show old design on mobile

This commit is contained in:
2024-07-15 00:39:54 +01:00
parent 546d403cb6
commit 8d10b3304f
4 changed files with 112 additions and 35 deletions

View File

@@ -3,23 +3,23 @@ import Link from "./Link.astro";
import CommandLine from "./CommandLine.astro";
---
<div class="absolute w-full bottom-0">
<div class="hidden sm:block absolute w-full bottom-0">
<footer class="w-full bg-crust flex flex-row leading-tight">
<span
id="status-indicator"
class="bg-blue text-base inline-block leading-tight"
class="bg-blue font-bold text-base inline-block leading-tight"
>&nbsp;NORMAL&nbsp;</span
>
<div class="flex flex-row bg-surface0">
<div id="project-list" class="flex flex-row bg-surface0">
<span>&nbsp;</span>
<Link href="https://polygui.org">poly gui</Link>
<span>&nbsp;</span>
<Link href="https://github.com/kennethnym/mai">ml</Link>
<Link href="https://polygui.org/nanopack/introduction/">nanopack</Link>
<span>&nbsp;</span>
<Link href="https://github.com/kennethnym/dotfiles">.files</Link>
<Link href="https://github.com/kennethnym/mai">mai</Link>
<span>&nbsp;</span>
</div>
<div class="flex flex-row ml-auto bg-surface0">
<div id="contact-list" class="flex flex-row ml-auto bg-surface0">
<span>&nbsp;</span>
<Link href="https://github.com/kennethnym">github</Link>
<span>&nbsp;</span>
@@ -42,7 +42,6 @@ import CommandLine from "./CommandLine.astro";
statusIndicator.innerHTML = "&nbsp;COMMAND&nbsp;";
statusIndicator.classList.remove("bg-blue");
statusIndicator.classList.add("bg-peach");
console.log("cmd mode!");
});
cmdLine.addEventListener("cmdmodedisabled", () => {