speicher: Kacheln 2×2, erst auf sehr breiten Bildschirmen nebeneinander (Überschriften brachen mitten im Wort)

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
Hitonabi
2026-09-25 12:20:26 +02:00
co-authored by Claude Opus 5.5
parent 7a456c8efa
commit 3594de485c
20 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ export function Speicher({ daten, laeuft = null, gesperrt = false, onAktion }: {
const summe = daten.empfehlungen.reduce((n, e) => n + (e.platz ?? 0), 0)
return (
<div className="flex flex-col gap-4">
<div className="grid gap-3 md:grid-cols-2 xl:grid-cols-4">
<div className="grid gap-3 md:grid-cols-2 2xl:grid-cols-4">
{daten.pools.map((p) => <PoolKachel key={p.speicher} p={p} />)}
{daten.systemplatte && <SystemplatteKachel s={daten.systemplatte} />}
{daten.nas.length > 0 ? (