Add mobile layout

This commit is contained in:
Jon Staab
2024-10-09 16:11:23 -07:00
parent 05b320cd98
commit 09c3668afd
33 changed files with 513 additions and 185 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<div class="flex max-h-screen w-60 flex-shrink-0 flex-col gap-1 bg-base-300">
<div class="max-h-screen w-60 flex-shrink-0 flex-col gap-1 bg-base-300 hidden sm:flex">
<slot />
</div>