mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 14:38:47 +00:00
reverse status icons for Tautulli
This commit is contained in:
parent
945ed854a4
commit
d46f5f4613
1 changed files with 4 additions and 4 deletions
|
@ -48,10 +48,10 @@ function SingleSessionEntry({ session }) {
|
||||||
/>
|
/>
|
||||||
<div className="text-xs z-10 self-center ml-1">
|
<div className="text-xs z-10 self-center ml-1">
|
||||||
{state === "paused" && (
|
{state === "paused" && (
|
||||||
<BsFillPlayFill className="inline-block w-4 h-4 cursor-pointer -mt-[1px] mr-1 opacity-80" />
|
<BsPauseFill className="inline-block w-4 h-4 cursor-pointer -mt-[1px] mr-1 opacity-80" />
|
||||||
)}
|
)}
|
||||||
{state !== "paused" && (
|
{state !== "paused" && (
|
||||||
<BsPauseFill className="inline-block w-4 h-4 cursor-pointer -mt-[1px] mr-1 opacity-80" />
|
<BsFillPlayFill className="inline-block w-4 h-4 cursor-pointer -mt-[1px] mr-1 opacity-80" />
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="grow " />
|
<div className="grow " />
|
||||||
|
@ -76,10 +76,10 @@ function SessionEntry({ session }) {
|
||||||
/>
|
/>
|
||||||
<div className="text-xs z-10 self-center ml-1">
|
<div className="text-xs z-10 self-center ml-1">
|
||||||
{state === "paused" && (
|
{state === "paused" && (
|
||||||
<BsFillPlayFill className="inline-block w-4 h-4 cursor-pointer -mt-[1px] mr-1 opacity-80" />
|
<BsPauseFill className="inline-block w-4 h-4 cursor-pointer -mt-[1px] mr-1 opacity-80" />
|
||||||
)}
|
)}
|
||||||
{state !== "paused" && (
|
{state !== "paused" && (
|
||||||
<BsPauseFill className="inline-block w-4 h-4 cursor-pointer -mt-[1px] mr-1 opacity-80" />
|
<BsFillPlayFill className="inline-block w-4 h-4 cursor-pointer -mt-[1px] mr-1 opacity-80" />
|
||||||
)}
|
)}
|
||||||
<span>{full_title}</span>
|
<span>{full_title}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue