atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix theme width selection

+3 -3
+3 -3
src/App.tsx
··· 369 369 <div class="m-5 flex flex-col items-center dark:text-white"> 370 370 <div class="mb-2 flex w-[20rem] items-center"> 371 371 <div class="basis-1/3"> 372 - <span 373 - class="cursor-pointer" 372 + <div 373 + class="w-fit cursor-pointer" 374 374 onclick={() => { 375 375 setTheme(theme() === "light" ? "dark" : "light"); 376 376 if (theme() === "dark") ··· 382 382 {theme() === "dark" ? 383 383 <TbMoonStar class="size-6" /> 384 384 : <TbSun class="size-6" />} 385 - </span> 385 + </div> 386 386 </div> 387 387 <div class="basis-1/3 text-center font-mono text-xl font-bold"> 388 388 <A href="/" class="hover:underline">