pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

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

make server bubbles inline-blocks

+2 -2
+2 -2
src/pages/TopFlix.tsx
··· 241 241 the current backend deployment. 242 242 </Paragraph> 243 243 <div className="mt-8 flex gap-2 w-auto"> 244 - <div className="bg-buttons-secondary rounded-xl scale-95 py-3 px-5 mb-2"> 244 + <div className="bg-buttons-secondary rounded-xl scale-95 py-3 px-5 mb-2 inline-block"> 245 245 <p className="font-bold bg-opacity-90 text-buttons-secondaryText"> 246 246 Server Lifetime: {timeSinceProcessStart} 247 247 </p> 248 248 </div> 249 - <div className="bg-buttons-secondary rounded-xl scale-95 py-3 px-5 mb-2"> 249 + <div className="bg-buttons-secondary rounded-xl scale-95 py-3 px-5 mb-2 inline-block"> 250 250 <p className="font-bold bg-opacity-90 text-buttons-secondaryText"> 251 251 Overall Views: {totalViews} 252 252 </p>