From 1e3135dea0083aaa929e7dc13a2813d99a6368aa Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 28 Dec 2025 20:19:51 +0200 Subject: [PATCH] style/note title actions: fix width for full-width content notes --- apps/client/src/widgets/layout/NoteTitleActions.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/layout/NoteTitleActions.css b/apps/client/src/widgets/layout/NoteTitleActions.css index 29925ec0b..bc1d861ea 100644 --- a/apps/client/src/widgets/layout/NoteTitleActions.css +++ b/apps/client/src/widgets/layout/NoteTitleActions.css @@ -10,7 +10,7 @@ body.experimental-feature-new-layout { gap: 0.5em; padding-inline: 12px 8px; - body.prefers-centered-content & { + body.prefers-centered-content .note-split:not(.full-content-width) & { margin-inline: auto; }