From 3f86c809ce732bc86a2f8f8ef463ea07a1b76f88 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 28 Dec 2025 10:12:01 +0200 Subject: [PATCH] style/note title actions: properly align when the content is centered --- apps/client/src/widgets/layout/NoteTitleActions.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/client/src/widgets/layout/NoteTitleActions.css b/apps/client/src/widgets/layout/NoteTitleActions.css index db2810c1e..92af19f35 100644 --- a/apps/client/src/widgets/layout/NoteTitleActions.css +++ b/apps/client/src/widgets/layout/NoteTitleActions.css @@ -5,6 +5,8 @@ body.experimental-feature-new-layout { .title-actions { display: flex; + max-width: var(--max-content-width); + margin-inline: auto; flex-direction: column; gap: 0.5em;