This commit is contained in:
Gabriel Brown 2024-07-23 12:27:27 -05:00
parent abd608ca31
commit 4dc580bfa2
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ export default function Header() {
const { tvMode } = useTVMode(); const { tvMode } = useTVMode();
if (tvMode) { if (tvMode) {
return ( return (
<div className="absolute top-4 right-6"> <div className="absolute top-4 right-2">
<div className="flex flex-row my-auto items-center pt-2 pr-0 md:pt-4 md:pr-8"> <div className="flex flex-row my-auto items-center pt-2 pr-0 md:pt-4">
< TV_Toggle /> < TV_Toggle />
</div> </div>
</div> </div>

View File

@ -188,7 +188,7 @@ export default function Tech_Table({ employees }: { employees: Employee[] }) {
<td className="n-column px-1 md:py-3 border border-[#3e4446]"> <td className="n-column px-1 md:py-3 border border-[#3e4446]">
{employee.name} {employee.name}
</td> </td>
<td className="s-column max-w-[1000px] px-1 md:py-3 border border-[#3e4446]"> <td className="s-column max-w-[700px] px-1 md:py-3 border border-[#3e4446]">
{employee.status} {employee.status}
</td> </td>
<td className="ua-column px-1 md:py-3 border border-[#3e4446]"> <td className="ua-column px-1 md:py-3 border border-[#3e4446]">