atmosphere explorer
0
fork

Configure Feed

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

fix record width on mobile

Juliet 9466bc5c d22e1bed

+1 -1
+1 -1
src/views/record.tsx
··· 471 471 </div> 472 472 </div> 473 473 <Show when={!location.hash || location.hash === "#record"}> 474 - <div class="w-max max-w-screen min-w-full px-4 font-mono text-xs wrap-anywhere whitespace-pre-wrap sm:px-2 sm:text-sm md:max-w-3xl"> 474 + <div class="w-full max-w-screen min-w-full px-2 font-mono text-xs wrap-anywhere whitespace-pre-wrap sm:w-max sm:text-sm md:max-w-3xl"> 475 475 <JSONValue data={record()?.value as any} repo={record()!.uri.split("/")[2]} /> 476 476 </div> 477 477 </Show>