an independent Bluesky client using Constellation, PDS Queries, and other services reddwarf.app
frontend spa bluesky reddwarf microcosm client app

add gap to tablet sidebar

rimar1337 07f352c4 a798ba8c

+1 -1
+1 -1
src/routes/__root.tsx
··· 415 415 </div> 416 416 </nav> 417 417 418 - <nav className="hidden sm:flex items-center lg:hidden h-screen flex-col gap-0 p-4 dark:border-gray-800 sticky top-0 self-start"> 418 + <nav className="hidden sm:flex items-center lg:hidden h-screen flex-col gap-2 p-4 dark:border-gray-800 sticky top-0 self-start"> 419 419 <div className="flex items-center gap-3 mb-4"> 420 420 <img src="/redstar.png" alt="Red Dwarf Logo" className="w-8 h-8" /> 421 421 </div>