From 07ce63de6965d4639fb4097337df91cebe22de94 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 4 Feb 2026 20:44:15 +0200 Subject: [PATCH] chore(mobile/search): remove redundant margin --- apps/client/src/widgets/layout/NoteTitleActions.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/widgets/layout/NoteTitleActions.css b/apps/client/src/widgets/layout/NoteTitleActions.css index b1aa37d89c..4ae4c15816 100644 --- a/apps/client/src/widgets/layout/NoteTitleActions.css +++ b/apps/client/src/widgets/layout/NoteTitleActions.css @@ -50,6 +50,9 @@ body.experimental-feature-new-layout { } } + } + + body.desktop .title-actions { > .collapsible, > .note-type-switcher { padding-inline-start: calc(24px - var(--title-actions-padding-start)); @@ -57,3 +60,4 @@ body.experimental-feature-new-layout { } } } +