Kabelüberwachung responsive. QHD zu Tailwind hinzugefügt

This commit is contained in:
ISA
2025-04-28 08:55:26 +02:00
parent 45528c09a3
commit db3ccf06c8
4 changed files with 5 additions and 3 deletions

View File

@@ -144,7 +144,7 @@ function Kabelueberwachung() {
</button>
))}
</div>
<div className="flex flex-row space-x-8 xl:space-x-0 2xl:space-x-8 ml-[5%] mt-[5%]">
<div className="flex flex-row space-x-8 xl:space-x-0 2xl:space-x-8 qhd:space-x-16 ml-[5%] mt-[5%]">
{racks[`rack${activeRack}`].map((slot, index) => {
const slotIndex = index + (activeRack - 1) * 8;
return (