an independent Bluesky client using Constellation, PDS Queries, and other services
0
fork

Configure Feed

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

fix lightbox sidebar not visible

rimar1337 fe8f474c 5f459ed9

+1 -1
+1 -1
src/components/UniversalPostRenderer.tsx
··· 2279 2279 </div> 2280 2280 )} 2281 2281 <div 2282 - className="lightbox fixed inset-0 z-50 flex items-center justify-center bg-black/80 w-screen lg:w-[calc(100vw-350px-var(--scrollbar-width)*0)] lg:max-w-[calc(100vw-350px-var(--scrollbar-width)*0)]" 2282 + className="lightbox fixed inset-0 z-50 flex items-center justify-center bg-black/80 w-screen lg:w-[calc(100vw-350px)] lg:max-w-[calc(100vw-350px)]" 2283 2283 onClick={(e) => { 2284 2284 e.stopPropagation(); 2285 2285 onClose();