From 1b2d922c3f7483a621d2170854344a06e251e9eb Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 20 Nov 2025 23:37:03 +0200 Subject: [PATCH] client/note color picker: tweak style --- apps/client/src/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index e127db1aa..60ad28237 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -495,7 +495,7 @@ body #context-menu-container .dropdown-item > span { } .dropdown-menu .note-color-picker { - padding: 10px 12px 8px 12px; + padding: 4px 12px 8px 12px; } .cm-editor {