working in nojs

This commit is contained in:
Michael Freno
2025-12-22 21:18:43 -05:00
parent 33383381db
commit d19ba67153
3 changed files with 210 additions and 18 deletions

View File

@@ -168,7 +168,7 @@ function AppLayout(props: { children: any }) {
<LeftBar />
<div class="bg-base relative h-screen w-screen overflow-x-hidden overflow-y-scroll md:ml-62.5 md:w-[calc(100vw-500px)]">
<noscript>
<div class="bg-yellow text-crust border-text fixed top-0 z-150 ml-16 border-b-2 p-4 text-center font-semibold md:ml-64">
<div class="bg-yellow text-crust border-text fixed top-0 z-150 border-b-2 p-4 text-center font-semibold md:w-[calc(100vw-500px)]">
JavaScript is disabled. Features will be limited.
</div>
</noscript>