From 6ba4b063f6000be5be759a80e59334f8966bcd14 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 15 Oct 2025 19:45:20 +0300 Subject: [PATCH] style/canvas: fix a layout glitch --- apps/client/src/stylesheets/theme-next/notes/canvas.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/stylesheets/theme-next/notes/canvas.css b/apps/client/src/stylesheets/theme-next/notes/canvas.css index fd067adea..302072f18 100644 --- a/apps/client/src/stylesheets/theme-next/notes/canvas.css +++ b/apps/client/src/stylesheets/theme-next/notes/canvas.css @@ -101,9 +101,9 @@ align-items: center; } -.excalidraw .App-menu.App-menu_top > .selected-shape-actions { +.excalidraw .App-menu.App-menu_top .App-menu_top__left { /* Fixes a layout glitch with the header when the options panel is visbile */ - gap: 0; + --gap: 0 !important; } /* The parent element of the "Library" button */