style/note title actions: fix width for full-width content notes

This commit is contained in:
Adorian Doran 2025-12-28 20:19:51 +02:00
parent b3feb38369
commit 1e3135dea0

View File

@ -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;
}