Digitale eingänge in Laptop Auflösung

This commit is contained in:
ISA
2025-04-28 12:02:49 +02:00
parent c51545a0b7
commit c55cec046a
2 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ export default function DigitalInputs({ openInputModal, inputRange }: Props) {
<td className="px-1 py-1 laptop:px-0.5 laptop:py-0.5">
{input.eingangOffline ? (
<div className="relative group inline-block">
<span className="text-red-500 text-2xl laptop:text-xl font-bold">
<span className="text-red-500 text-2xl laptop:text-sm font-bold">
</span>
<div className="absolute bottom-full translate-x-4 translate-y-4 w-max bg-gray-400 text-xs laptop:text-[10px] text-white rounded opacity-0 group-hover:opacity-100 transition p-1 z-10">
@@ -66,7 +66,7 @@ export default function DigitalInputs({ openInputModal, inputRange }: Props) {
</div>
) : input.status ? (
<div className="relative group inline-block">
<span className="text-red-500 text-2xl laptop:text-xl">
<span className="text-red-500 text-2xl laptop:text-sm">
</span>
<div className="absolute bottom-full translate-x-4 translate-y-4 w-max bg-gray-400 text-xs laptop:text-[10px] text-white rounded opacity-0 group-hover:opacity-100 transition p-1 z-10">
@@ -75,7 +75,7 @@ export default function DigitalInputs({ openInputModal, inputRange }: Props) {
</div>
) : (
<div className="relative group inline-block">
<span className="text-green-500 text-2xl laptop:text-xl">
<span className="text-green-500 text-2xl laptop:text-sm">
</span>
<div className="absolute bottom-full translate-x-4 translate-y-4 w-max bg-gray-400 text-xs laptop:text-[10px] text-white rounded opacity-0 group-hover:opacity-100 transition p-1 z-10">