From 8ced689432acd89475f5ec65d4768359570e41ef Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 29 Nov 2025 09:15:28 +0200 Subject: [PATCH] style(mobile/context_menu): make color picker easier to press --- apps/client/src/stylesheets/theme-next/base.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/base.css b/apps/client/src/stylesheets/theme-next/base.css index 5e62b8011..b0027bd9d 100644 --- a/apps/client/src/stylesheets/theme-next/base.css +++ b/apps/client/src/stylesheets/theme-next/base.css @@ -389,6 +389,20 @@ body.mobile .dropdown-menu { } } } + + .dropdown-custom-item:has(.note-color-picker) { + overflow-x: auto; + } + + .note-color-picker { + padding: 0; + width: fit-content; + + .color-cell { + --color-picker-cell-size: 26px; + flex-shrink: 0; + } + } } /* #endregion */