From eefd99ee48117bf285e43472505d3ce9f62d1aa7 Mon Sep 17 00:00:00 2001 From: A0 Orchestrator Date: Fri, 3 Jul 2026 10:52:38 +0200 Subject: [PATCH] fix: right sidebar header + left sidebar toggle + ribbon color pickers + ribbon height --- frontend/src/components/LeftSidebar.tsx | 7 +- frontend/src/components/RibbonBar.tsx | 34 +++++----- frontend/src/components/RightSidebar.tsx | 12 ++-- frontend/src/styles.css | 82 +++++++++++++++++------- 4 files changed, 83 insertions(+), 52 deletions(-) diff --git a/frontend/src/components/LeftSidebar.tsx b/frontend/src/components/LeftSidebar.tsx index bcbeb0c..f6231f5 100644 --- a/frontend/src/components/LeftSidebar.tsx +++ b/frontend/src/components/LeftSidebar.tsx @@ -106,7 +106,7 @@ const LeftSidebar: React.FC = ({ activeTool, onToolChange, sel