From 589ad162f9a44623eab946eea795f693461c8e35 Mon Sep 17 00:00:00 2001 From: ruinivist <179396038+ruinivist@users.noreply.github.com> Date: Sat, 30 May 2026 22:25:28 +0000 Subject: [PATCH] fix: adjust sidebar toggle button sizing and styling Adjusts the CSS and SVG dimensions of the custom sidebar toggle button so that it identically matches the 36x36px Excalidraw UI native buttons (like the Help button) in both Light and Dark themes. The inner SVG icon was precisely aligned to be 16x16px and use a 1.8px stroke to match the weight and left-alignment of the native icons. The .secondary-button class padding that was interfering was removed. --- src/App.tsx | 8 ++++---- src/styles.css | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 36f968a..e7ae907 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -80,10 +80,10 @@ async function requestJson(url: string, init?: RequestInit): Promise { function DrawerIcon() { return ( -