From e576ca7d2d7a2f5ae12c04594753ec79bdeabb9b Mon Sep 17 00:00:00 2001 From: ruinivist <179396038+ruinivist@users.noreply.github.com> Date: Sat, 30 May 2026 20:31:46 +0000 Subject: [PATCH] fix: adjust sizing of sidebar SVG to match Excalidraw UI --- src/styles.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/styles.css b/src/styles.css index d5d2d91..fb0bd65 100644 --- a/src/styles.css +++ b/src/styles.css @@ -182,11 +182,9 @@ input { } .app-actions-toggle svg { - width: 1rem; - height: 1rem; + width: 1.125rem; + height: 1.125rem; overflow: visible; - transform: translateY(0.5px) scale(1.08); - transform-origin: center; } .primary-button,