From d85a837f4de2fb6829cb2253f1924231c5aed50b Mon Sep 17 00:00:00 2001 From: Dicken Date: Tue, 2 Jun 2026 21:19:27 +0200 Subject: [PATCH] Fix Schnellzugriff: negatives Margin entfernt, overflow hidden - exakt 4 Icons pro Reihe --- frontend/src/App.jsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 2748bce..4472f12 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -465,11 +465,10 @@ function QuickLinksCarousel({ links }) { ); return ( -
+
{Array.from({length: pageCount}, (_,pi) => (
{links.slice(pi*pageSize, (pi+1)*pageSize).map(l => )}