From b6045e0831d312c1d64f5aabe25d1e2bb19be190 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 15 Oct 2025 19:19:59 +0300 Subject: [PATCH] style/canvas: fix a layout glitch --- apps/client/src/stylesheets/theme-next/notes/canvas.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/notes/canvas.css b/apps/client/src/stylesheets/theme-next/notes/canvas.css index 7f770fab9..fd067adea 100644 --- a/apps/client/src/stylesheets/theme-next/notes/canvas.css +++ b/apps/client/src/stylesheets/theme-next/notes/canvas.css @@ -101,6 +101,11 @@ align-items: center; } +.excalidraw .App-menu.App-menu_top > .selected-shape-actions { + /* Fixes a layout glitch with the header when the options panel is visbile */ + gap: 0; +} + /* The parent element of the "Library" button */ .excalidraw .App-menu.App-menu_top > div:nth-child(3) { flex-direction: row-reverse;