1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

make server bubbles inline-blocks

This commit is contained in:
Cooper Ransom 2024-03-18 20:53:30 -04:00
parent c426b501bd
commit 9ca8156a9a

View file

@ -241,12 +241,12 @@ export function TopFlix() {
the current backend deployment. the current backend deployment.
</Paragraph> </Paragraph>
<div className="mt-8 flex gap-2 w-auto"> <div className="mt-8 flex gap-2 w-auto">
<div className="bg-buttons-secondary rounded-xl scale-95 py-3 px-5 mb-2"> <div className="bg-buttons-secondary rounded-xl scale-95 py-3 px-5 mb-2 inline-block">
<p className="font-bold bg-opacity-90 text-buttons-secondaryText"> <p className="font-bold bg-opacity-90 text-buttons-secondaryText">
Server Lifetime: {timeSinceProcessStart} Server Lifetime: {timeSinceProcessStart}
</p> </p>
</div> </div>
<div className="bg-buttons-secondary rounded-xl scale-95 py-3 px-5 mb-2"> <div className="bg-buttons-secondary rounded-xl scale-95 py-3 px-5 mb-2 inline-block">
<p className="font-bold bg-opacity-90 text-buttons-secondaryText"> <p className="font-bold bg-opacity-90 text-buttons-secondaryText">
Overall Views: {totalViews} Overall Views: {totalViews}
</p> </p>