From f24332719fb44e64bf771ea9d54475dbd79c5357 Mon Sep 17 00:00:00 2001 From: Dicken Date: Wed, 27 May 2026 09:09:32 +0200 Subject: [PATCH] Dateien nach "frontend/src" hochladen --- frontend/src/App.jsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index bdd4894..f7cb21d 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -453,16 +453,17 @@ function QuickLinks({ toast, mobile }) { {/* Link-Grid */} {links.length === 0 && !editMode ?
Links können unter Einstellungen → Dashboard hinzugefügt werden.
- :
+ :
{links.map(l => (
+ textDecoration:'none', height: mobile?72:90, cursor:'pointer' }}> {l.icon && l.icon.startsWith('http') ? e.target.style.display='none'}/> : {l.icon}} @@ -612,7 +613,7 @@ function Notepad({ toast }) { display:'flex',justifyContent:'space-between',alignItems:'center',cursor:'pointer',padding:0}}>
NOTIZEN
- {!isOpen && content.length > 0 && ( + {content.length > 0 && ( {content.length} Zeichen )}