A personal media tracker built on the AT Protocol opnshelf.xyz
0
fork

Configure Feed

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

fix: fix full width action buttons

+1 -1
+1 -1
apps/web/src/routes/shows.$showId.$title.seasons.$seasonNumber.episodes.$episodeNumber.tsx
··· 399 399 400 400 <div className="container mx-auto px-4 py-6 max-w-7xl"> 401 401 <div className="grid grid-cols-1 md:grid-cols-[300px_1fr] gap-8 min-w-0"> 402 - <div className="space-y-4 min-w-0 max-w-[300px]"> 402 + <div className="w-full space-y-4 min-w-0 md:max-w-[300px]"> 403 403 <DetailActions 404 404 mediaType="episode" 405 405 mediaId={scopedEpisodeMediaId}