Digitale eingänge in Laptop Auflösung
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||
|
||||
*/
|
||||
const webVersion = "1.6.290";
|
||||
const webVersion = "1.6.291";
|
||||
export default webVersion;
|
||||
|
||||
Reference in New Issue
Block a user